diff options
author | Šimon Brandner <simon.bra.ag@gmail.com> | 2022-07-27 20:46:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 19:46:57 +0100 |
commit | 583f22780f44157c50bc2dc5c242e88cc18c7886 (patch) | |
tree | b48ad8ab4ddc45862b22baa8e6440e8d33b4c267 /synapse/api | |
parent | Add missing type hints for tests.unittest. (#13397) (diff) | |
download | synapse-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')
-rw-r--r-- | synapse/api/constants.py | 2 |
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" |