mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 13:56:07 -04:00
Merge pull request #203 from matrix-org/erikj/room_creation_presets
Implement presets at room creation
This commit is contained in:
commit
d155b318d2
2 changed files with 82 additions and 19 deletions
|
@ -87,3 +87,8 @@ class RejectedReason(object):
|
|||
AUTH_ERROR = "auth_error"
|
||||
REPLACED = "replaced"
|
||||
NOT_ANCESTOR = "not_ancestor"
|
||||
|
||||
|
||||
class RoomCreationPreset(object):
|
||||
PRIVATE_CHAT = "private_chat"
|
||||
PUBLIC_CHAT = "public_chat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue