summary refs log tree commit diff
path: root/synapse/api/constants.py
diff options
context:
space:
mode:
authorŠimon Brandner <simon.bra.ag@gmail.com>2022-07-27 20:46:57 +0200
committerGitHub <noreply@github.com>2022-07-27 19:46:57 +0100
commit583f22780f44157c50bc2dc5c242e88cc18c7886 (patch)
treeb48ad8ab4ddc45862b22baa8e6440e8d33b4c267 /synapse/api/constants.py
parentAdd missing type hints for tests.unittest. (#13397) (diff)
downloadsynapse-583f22780f44157c50bc2dc5c242e88cc18c7886.tar.xz
Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r--synapse/api/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py
index 2653764119..789859e69e 100644
--- a/synapse/api/constants.py
+++ b/synapse/api/constants.py
@@ -268,4 +268,4 @@ class PublicRoomsFilterFields:
     """
 
     GENERIC_SEARCH_TERM: Final = "generic_search_term"
-    ROOM_TYPES: Final = "org.matrix.msc3827.room_types"
+    ROOM_TYPES: Final = "room_types"