mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 21:24:48 -04:00
by default include m.room.encryption on invites (#3902)
* by default include m.room.encryption on invites * fix constant * changelog
This commit is contained in:
parent
d534a27fe8
commit
ad7ac8853c
3 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,7 @@ class EventTypes(object):
|
|||
RoomHistoryVisibility = "m.room.history_visibility"
|
||||
CanonicalAlias = "m.room.canonical_alias"
|
||||
RoomAvatar = "m.room.avatar"
|
||||
RoomEncryption = "m.room.encryption"
|
||||
GuestAccess = "m.room.guest_access"
|
||||
|
||||
# These are used for validation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue