mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:56:04 -04:00
Add canonical alias to the default power levels
This commit is contained in:
parent
40da1f200d
commit
d7272f8d9d
2 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ class EventTypes(object):
|
|||
Feedback = "m.room.message.feedback"
|
||||
|
||||
RoomHistoryVisibility = "m.room.history_visibility"
|
||||
CanonicalAlias = "m.room.canonical_alias"
|
||||
|
||||
# These are used for validation
|
||||
Message = "m.room.message"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue