mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 11:23:52 +01:00
Remove unused constatns
This commit is contained in:
parent
8c9df8774e
commit
f45aaf0e35
1 changed files with 0 additions and 19 deletions
|
@ -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 a new issue