Transfer related groups on room upgrade (#4990)

Transfers the m.room.related_groups state event on room upgrade.
This commit is contained in:
Andrew Morgan 2019-04-02 17:15:24 +01:00 committed by GitHub
parent 8530090b16
commit 66e78700a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,7 @@ class EventTypes(object):
Redaction = "m.room.redaction"
ThirdPartyInvite = "m.room.third_party_invite"
Encryption = "m.room.encryption"
RelatedGroups = "m.room.related_groups"
RoomHistoryVisibility = "m.room.history_visibility"
CanonicalAlias = "m.room.canonical_alias"