Add EventType::Tag and corresponding module.
This commit is contained in:
parent
0270e84a1d
commit
fb88a7651a
@ -23,6 +23,7 @@ pub enum EventType {
|
|||||||
RoomRedaction,
|
RoomRedaction,
|
||||||
RoomThirdPartyInvite,
|
RoomThirdPartyInvite,
|
||||||
RoomTopic,
|
RoomTopic,
|
||||||
|
Tag,
|
||||||
Typing,
|
Typing,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,4 +6,5 @@ pub mod core;
|
|||||||
pub mod presence;
|
pub mod presence;
|
||||||
pub mod receipt;
|
pub mod receipt;
|
||||||
pub mod room;
|
pub mod room;
|
||||||
|
pub mod tag;
|
||||||
pub mod typing;
|
pub mod typing;
|
||||||
|
1
src/tag.rs
Normal file
1
src/tag.rs
Normal file
@ -0,0 +1 @@
|
|||||||
|
//! Types for the *m.tag* event.
|
Loading…
x
Reference in New Issue
Block a user