mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-04 04:35:01 -04:00
Transfer related groups on room upgrade (#4990)
Transfers the m.room.related_groups state event on room upgrade.
This commit is contained in:
parent
8530090b16
commit
66e78700a2
3 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue