summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-12-07 12:25:52 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-12-07 12:25:52 +0000
commite96642446697ad9f926a13b5c168b81b4adfc6e6 (patch)
treeb28afa06f51de41ed04c6f9961cda9be69751493 /synapse/api
parentMerge branch 'release-v1.73' into matrix-org-hotfixes (diff)
parentAdd Mastodon SSO setup instructions to docs (#14594) (diff)
downloadsynapse-e96642446697ad9f926a13b5c168b81b4adfc6e6.tar.xz
Merge branch 'develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py

index bc04a0755b..89723d24fa 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py
@@ -230,6 +230,9 @@ class EventContentFields: # The authorising user for joining a restricted room. AUTHORISING_USER: Final = "join_authorised_via_users_server" + # an unspecced field added to to-device messages to identify them uniquely-ish + TO_DEVICE_MSGID: Final = "org.matrix.msgid" + class RoomTypes: """Understood values of the room_type field of m.room.create events."""