diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-09-09 16:05:09 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-09-09 16:05:09 +0100 |
commit | 3c166a24c591afdc851de3c6c754c90471b1b0a9 (patch) | |
tree | 7e0ff60d195abce42a7cddb542a4b343b9c51451 /synapse/handlers/room.py | |
parent | Allow users that have left the room to view the member list from the point th... (diff) | |
download | synapse-3c166a24c591afdc851de3c6c754c90471b1b0a9.tar.xz |
Remove undocumented and unimplemented 'feedback' parameter from the Client-Server API
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r-- | synapse/handlers/room.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py index 0ff816d53e..243623190f 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py @@ -610,7 +610,6 @@ class RoomEventSource(object): to_key=config.to_key, direction=config.direction, limit=config.limit, - with_feedback=True ) defer.returnValue((events, next_key)) |