diff options
author | Erik Johnston <erik@matrix.org> | 2015-07-03 10:31:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-07-03 10:31:24 +0100 |
commit | 00ab882ed66d1ecdbd9de15c7ac591f4ee07b9f8 (patch) | |
tree | 702e570413fe4a87388b193a6b18fedfb2851fce /synapse | |
parent | Make v1 initial syncs respect room history ACL (diff) | |
download | synapse-00ab882ed66d1ecdbd9de15c7ac591f4ee07b9f8.tar.xz |
Add m.room.history_visibility to list of auth events
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/auth.py | 2 | ||||
-rw-r--r-- | synapse/events/utils.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |