Add EventType::Tag and corresponding module.

This commit is contained in:
Jimmy Cuadra 2015-11-30 00:09:55 -08:00
parent 0270e84a1d
commit fb88a7651a
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ pub enum EventType {
RoomRedaction,
RoomThirdPartyInvite,
RoomTopic,
Tag,
Typing,
}

View File

@ -6,4 +6,5 @@ pub mod core;
pub mod presence;
pub mod receipt;
pub mod room;
pub mod tag;
pub mod typing;

1
src/tag.rs Normal file
View File

@ -0,0 +1 @@
//! Types for the *m.tag* event.