mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -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
|
@ -24,6 +24,7 @@ class ApiConfig(Config):
|
|||
EventTypes.JoinRules,
|
||||
EventTypes.CanonicalAlias,
|
||||
EventTypes.RoomAvatar,
|
||||
EventTypes.RoomEncryption,
|
||||
EventTypes.Name,
|
||||
])
|
||||
|
||||
|
@ -36,5 +37,6 @@ class ApiConfig(Config):
|
|||
- "{JoinRules}"
|
||||
- "{CanonicalAlias}"
|
||||
- "{RoomAvatar}"
|
||||
- "{RoomEncryption}"
|
||||
- "{Name}"
|
||||
""".format(**vars(EventTypes))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue