diff options
author | Erik Johnston <erik@matrix.org> | 2017-02-20 15:02:01 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-02-20 15:02:01 +0000 |
commit | 17673404fbb1ca7b84efe7ca12955754bf366b09 (patch) | |
tree | e83e4e972782369db6349383d6ca220e3fef5e10 /synapse/rest | |
parent | Fix /context/ visibiltiy rules (diff) | |
download | synapse-17673404fbb1ca7b84efe7ca12955754bf366b09.tar.xz |
Remove unused param
Diffstat (limited to 'synapse/rest')
-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 728e3df0e3..90242a6bac 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: |