summary refs log tree commit diff
path: root/synapse/handlers/read_marker.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only notify user, not entire roomLuke Barnard2017-04-121-3/+1
|
* Remove comment, simplify null-guardLuke Barnard2017-04-121-4/+1
|
* Handle no previous RMLuke Barnard2017-04-121-1/+4
|
* flake8Luke Barnard2017-04-111-1/+0
|
* Refactor event ordering check to events storeLuke Barnard2017-04-111-28/+4
|
* CopyrightLuke Barnard2017-04-111-1/+1
|
* flake8Luke Barnard2017-04-111-2/+1
|
* Finish implementing RM endpointLuke Barnard2017-04-111-39/+48
| | | | | - This change causes a 405 to be sent if "m.read_marker" is set via /account_data - This also fixes-up the RM endpoint so that it actually Works.
* Initial commit of RM server-side impllukebarnard2017-04-111-0/+82
(See https://docs.google.com/document/d/1UWqdS-e1sdwkLDUY0wA4gZyIkRp-ekjsLZ8k6g_Zvso/edit#heading=h.lndohpg8at5u)