Update list of events in AnyStateEventContent
This commit is contained in:
parent
0a91ac5126
commit
b3f024bf13
19
src/state.rs
19
src/state.rs
@ -19,7 +19,24 @@ use ruma_events_macros::{event_content_collection, Event};
|
||||
event_content_collection! {
|
||||
/// A state event.
|
||||
name: AnyStateEventContent,
|
||||
events: ["m.room.aliases", "m.room.avatar"]
|
||||
events: [
|
||||
"m.room.aliases",
|
||||
"m.room.avatar",
|
||||
"m.room.canonical_alias",
|
||||
"m.room.create",
|
||||
"m.room.encryption",
|
||||
"m.room.guest_access",
|
||||
"m.room.history_visibility",
|
||||
"m.room.join_rules",
|
||||
"m.room.member",
|
||||
"m.room.name",
|
||||
"m.room.pinned_events",
|
||||
"m.room.power_levels",
|
||||
"m.room.server_acl",
|
||||
"m.room.third_party_invite",
|
||||
"m.room.tombstone",
|
||||
"m.room.topic",
|
||||
]
|
||||
}
|
||||
|
||||
/// State event.
|
||||
|
Loading…
x
Reference in New Issue
Block a user