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:
Matthew Hodgson 2019-01-30 16:26:13 +00:00 committed by Amber Brown
parent d534a27fe8
commit ad7ac8853c
3 changed files with 4 additions and 0 deletions

View file

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