Update list of events in AnyStateEventContent

This commit is contained in:
Jonas Platte 2020-06-07 01:02:29 +02:00
parent 0a91ac5126
commit b3f024bf13
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -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.