summary refs log tree commit diff
path: root/synapse/api
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/api
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/api')
-rw-r--r--synapse/api/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py
index dc913feeee..dd373fa4b8 100644
--- a/synapse/api/constants.py
+++ b/synapse/api/constants.py
@@ -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"