summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-04-02 17:15:24 +0100
committerGitHub <noreply@github.com>2019-04-02 17:15:24 +0100
commit66e78700a24848a27dc0d9e363916924e4dbdc20 (patch)
treeccf8f357767b918e235423dd8cfebcc35e9a9f07 /synapse/handlers
parentAdd config.signing_key_path. (#4974) (diff)
downloadsynapse-66e78700a24848a27dc0d9e363916924e4dbdc20.tar.xz
Transfer related groups on room upgrade (#4990)
Transfers the m.room.related_groups state event on room upgrade.
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/room.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py
index c3dcfec247..17628e2684 100644
--- a/synapse/handlers/room.py
+++ b/synapse/handlers/room.py
@@ -280,6 +280,7 @@ class RoomCreationHandler(BaseHandler):
             (EventTypes.RoomAvatar, ""),
             (EventTypes.Encryption, ""),
             (EventTypes.ServerACL, ""),
+            (EventTypes.RelatedGroups, ""),
         )
 
         old_room_state_ids = yield self.store.get_filtered_current_state_ids(