mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove unused constatns
This commit is contained in:
parent
8c9df8774e
commit
f45aaf0e35
@ -84,22 +84,3 @@ class RoomCreationPreset(object):
|
||||
PRIVATE_CHAT = "private_chat"
|
||||
PUBLIC_CHAT = "public_chat"
|
||||
TRUSTED_PRIVATE_CHAT = "trusted_private_chat"
|
||||
|
||||
|
||||
class SearchConstraintTypes(object):
|
||||
FTS = "fts"
|
||||
EXACT = "exact"
|
||||
PREFIX = "prefix"
|
||||
SUBSTRING = "substring"
|
||||
RANGE = "range"
|
||||
|
||||
|
||||
class KnownRoomEventKeys(object):
|
||||
CONTENT_BODY = "content.body"
|
||||
CONTENT_MSGTYPE = "content.msgtype"
|
||||
CONTENT_NAME = "content.name"
|
||||
CONTENT_TOPIC = "content.topic"
|
||||
|
||||
SENDER = "sender"
|
||||
ORIGIN_SERVER_TS = "origin_server_ts"
|
||||
ROOM_ID = "room_id"
|
||||
|
Loading…
Reference in New Issue
Block a user