diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2016-01-20 15:34:07 +0000 |
---|---|---|
committer | review.rocks <nobody@review.rocks> | 2016-01-20 15:34:07 +0000 |
commit | da417aa56d3582ab91805b1a623c18691995a3e6 (patch) | |
tree | e0352a71a18f9ab5cdd52aa3e49d9cfcfd99c87d /synapse/rest | |
parent | Merge branch 'dbkr/no_push_for_own_events' into develop (diff) | |
download | synapse-da417aa56d3582ab91805b1a623c18691995a3e6.tar.xz |
Allow non-guests to peek on rooms using /events
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v1/events.py | 1 | ||||
-rw-r--r-- | synapse/rest/client/v1/room.py | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/synapse/rest/client/v1/events.py b/synapse/rest/client/v1/events.py |