mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-06 20:57:52 -05:00
Remove unused constatns
This commit is contained in:
parent
8c9df8774e
commit
f45aaf0e35
@ -84,22 +84,3 @@ class RoomCreationPreset(object):
|
|||||||
PRIVATE_CHAT = "private_chat"
|
PRIVATE_CHAT = "private_chat"
|
||||||
PUBLIC_CHAT = "public_chat"
|
PUBLIC_CHAT = "public_chat"
|
||||||
TRUSTED_PRIVATE_CHAT = "trusted_private_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