mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:14:49 -04:00
Move ThirdPartyEntityKind into api.constants so the expectation becomes that the value is significant
This commit is contained in:
parent
e7af8be5ae
commit
1294d4a329
4 changed files with 7 additions and 9 deletions
|
@ -85,3 +85,8 @@ class RoomCreationPreset(object):
|
|||
PRIVATE_CHAT = "private_chat"
|
||||
PUBLIC_CHAT = "public_chat"
|
||||
TRUSTED_PRIVATE_CHAT = "trusted_private_chat"
|
||||
|
||||
|
||||
class ThirdPartyEntityKind(object):
|
||||
USER = "user"
|
||||
LOCATION = "location"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue