diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-10-05 10:33:41 -0500 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-10-05 10:33:41 -0500 |
commit | 58e6a58eb7de0c0a8b0f7b30fe02c056a27f0e12 (patch) | |
tree | 711215f7fe3121b61e7cd32d57ec47cec3ee5671 /synapse/api/constants.py | |
parent | Implement third party identifier invites (diff) | |
parent | Add 'trusted_private_chat' to room creation presets (diff) | |
download | synapse-58e6a58eb7de0c0a8b0f7b30fe02c056a27f0e12.tar.xz |
Merge branch 'develop' into daniel/3pidinvites
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r-- | synapse/api/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py index bfc230d126..41125e8719 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py @@ -84,3 +84,4 @@ class RejectedReason(object): class RoomCreationPreset(object): PRIVATE_CHAT = "private_chat" PUBLIC_CHAT = "public_chat" + TRUSTED_PRIVATE_CHAT = "trusted_private_chat" |