diff options
author | Erik Johnston <erik@matrix.org> | 2017-02-21 13:45:02 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-02-21 13:45:02 +0000 |
commit | 3346a213241544faa48b1243906452a646f93a4a (patch) | |
tree | 9b94212dbce78d9bc1e82cf99204518fc72fe5ed /synapse/rest/client | |
parent | Update metrics-howto.rst (diff) | |
parent | Bump version and changelog (diff) | |
download | synapse-3346a213241544faa48b1243906452a646f93a4a.tar.xz |
Merge branch 'release-v0.19.2' of github.com:matrix-org/synapse v0.19.2
Diffstat (limited to 'synapse/rest/client')
-rw-r--r-- | synapse/rest/client/v1/room.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v1/room.py b/synapse/rest/client/v1/room.py index 2ebf5e59a0..6554f57df1 100644 --- a/synapse/rest/client/v1/room.py +++ b/synapse/rest/client/v1/room.py @@ -505,7 +505,6 @@ class RoomEventContext(ClientV1RestServlet): room_id, event_id, limit, - requester.is_guest, ) if not results: |