Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit ceda22e

Browse files
committed
Do not move m.room.related_groups state during room upgrade.
1 parent 427ff54 commit ceda22e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

synapse/api/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ class EventTypes:
9595
Aliases: Final = "m.room.aliases"
9696
Redaction: Final = "m.room.redaction"
9797
ThirdPartyInvite: Final = "m.room.third_party_invite"
98-
RelatedGroups: Final = "m.room.related_groups"
9998

10099
RoomHistoryVisibility: Final = "m.room.history_visibility"
101100
CanonicalAlias: Final = "m.room.canonical_alias"

synapse/handlers/room.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ async def clone_existing_room(
468468
(EventTypes.RoomAvatar, ""),
469469
(EventTypes.RoomEncryption, ""),
470470
(EventTypes.ServerACL, ""),
471-
(EventTypes.RelatedGroups, ""),
472471
(EventTypes.PowerLevels, ""),
473472
]
474473

0 commit comments

Comments
 (0)