diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-10-09 19:18:09 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-10-09 19:18:09 +0100 |
commit | af7b21447648cba477542bc1786be2a6c0928e37 (patch) | |
tree | 74c4481acd515a180c0edeb05d1a03b52ba30fd6 /synapse/api/constants.py | |
parent | Format the presence events correctly for v2 (diff) | |
parent | Split the sections of EventStreamHandler.get_stream that handle presence (diff) | |
download | synapse-af7b21447648cba477542bc1786be2a6c0928e37.tar.xz |
Merge branch 'markjh/eventstream_presence' into markjh/v2_sync_api
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 3385664394..008ee64727 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py @@ -83,3 +83,4 @@ class RejectedReason(object): class RoomCreationPreset(object): PRIVATE_CHAT = "private_chat" PUBLIC_CHAT = "public_chat" + TRUSTED_PRIVATE_CHAT = "trusted_private_chat" |