MatrixSynapse/synapse/handlers
Luke Barnard 3fb8784c92 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".
2017-04-18 17:46:15 +01:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py
device.py
devicemessage.py
directory.py
e2e_keys.py Merge pull request #2050 from matrix-org/rav/federation_backoff 2017-03-23 22:27:01 +00:00
events.py
federation.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2017-04-11 11:13:32 +01:00
identity.py
initial_sync.py
message.py Remove spurious yield 2017-04-03 15:44:19 +01:00
presence.py Reuse get_interested_parties 2017-04-12 10:16:26 +01:00
profile.py
read_marker.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
receipts.py
register.py
room.py
room_list.py
room_member.py
search.py
sync.py
typing.py Don't double json encode typing replication data 2017-04-05 11:34:20 +01:00