mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:24:48 -04:00
Implement presets at room creation
This commit is contained in:
parent
532fcc997a
commit
d5cc794598
2 changed files with 65 additions and 22 deletions
|
@ -87,3 +87,8 @@ class RejectedReason(object):
|
|||
AUTH_ERROR = "auth_error"
|
||||
REPLACED = "replaced"
|
||||
NOT_ANCESTOR = "not_ancestor"
|
||||
|
||||
|
||||
class RoomCreationPreset(object):
|
||||
PrivateChat = "private_chat"
|
||||
PublicChat = "public_chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue