mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 18:04:49 -04:00
Add m.room.avatar to default power levels. Change default required power levels of such events to 50
This commit is contained in:
parent
099ce4bc38
commit
9b63def388
2 changed files with 4 additions and 2 deletions
|
@ -77,6 +77,7 @@ class EventTypes(object):
|
|||
|
||||
RoomHistoryVisibility = "m.room.history_visibility"
|
||||
CanonicalAlias = "m.room.canonical_alias"
|
||||
RoomAvatar = "m.room.avatar"
|
||||
|
||||
# These are used for validation
|
||||
Message = "m.room.message"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue