Implement presets at room creation

This commit is contained in:
Erik Johnston 2015-07-13 16:48:06 +01:00
parent 532fcc997a
commit d5cc794598
2 changed files with 65 additions and 22 deletions

View file

@ -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"