mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:44:49 -04:00
Add 'trusted_private_chat' to room creation presets
This commit is contained in:
parent
a086b7aa00
commit
40017a9a11
2 changed files with 6 additions and 0 deletions
|
@ -83,3 +83,4 @@ class RejectedReason(object):
|
|||
class RoomCreationPreset(object):
|
||||
PRIVATE_CHAT = "private_chat"
|
||||
PUBLIC_CHAT = "public_chat"
|
||||
TRUSTED_PRIVATE_CHAT = "trusted_private_chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue