diff options
author | Luke Barnard <lukebarnard1@users.noreply.github.com> | 2017-04-18 17:46:15 +0100 |
---|---|---|
committer | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-04-18 17:46:15 +0100 |
commit | 3fb8784c9243da32d680b21773f35d885e8be480 (patch) | |
tree | 4fde80c2e42cf92f07268f14baa613478a1e6c82 /synapse/handlers | |
parent | Merge pull request #2132 from feld/patch-1 (diff) | |
download | synapse-3fb8784c9243da32d680b21773f35d885e8be480.tar.xz |
m.read_marker -> m.fully_read (#2128)
Also: - change the REST endpoint to have a "S" on the end (so it's now /read_markers) - change the content of the m.read_up_to event to have the key "event_id" instead of "marker".
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/read_marker.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synapse/handlers/read_marker.py b/synapse/handlers/read_marker.py |