summary refs log tree commit diff
path: root/synapse/rest/client/v1/room.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-21 13:45:02 +0000
committerErik Johnston <erik@matrix.org>2017-02-21 13:45:02 +0000
commit3346a213241544faa48b1243906452a646f93a4a (patch)
tree9b94212dbce78d9bc1e82cf99204518fc72fe5ed /synapse/rest/client/v1/room.py
parentUpdate metrics-howto.rst (diff)
parentBump version and changelog (diff)
downloadsynapse-3346a213241544faa48b1243906452a646f93a4a.tar.xz
Merge branch 'release-v0.19.2' of github.com:matrix-org/synapse v0.19.2
Diffstat (limited to 'synapse/rest/client/v1/room.py')
-rw-r--r--synapse/rest/client/v1/room.py1
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: