mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 07:54:08 -04:00
Use stable prefixes for MSC3827: filtering of /publicRooms
by room type (#13370)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
922b771337
commit
583f22780f
7 changed files with 8 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue