summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-19 12:03:09 +0100
committerErik Johnston <erik@matrix.org>2015-08-19 12:03:09 +0100
commitd7272f8d9d0ce3ac9a4095969453efef5aecce40 (patch)
tree0f8c85f9ee093a9e99102e083bc584b19c75bd61 /synapse/api
parentRemove an access token log line (diff)
downloadsynapse-d7272f8d9d0ce3ac9a4095969453efef5aecce40.tar.xz
Add canonical alias to the default power levels
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py
index 7156ee4e7d..60a0d336da 100644
--- a/synapse/api/constants.py
+++ b/synapse/api/constants.py
@@ -76,6 +76,7 @@ class EventTypes(object):
     Feedback = "m.room.message.feedback"
 
     RoomHistoryVisibility = "m.room.history_visibility"
+    CanonicalAlias = "m.room.canonical_alias"
 
     # These are used for validation
     Message = "m.room.message"