summary refs log tree commit diff
path: root/synapse/handlers/read_marker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-2/+3
* Improve caching for read_marker APIErik Johnston2018-03-011-3/+3
* m.read_marker -> m.fully_read (#2128)Luke Barnard2017-04-181-4/+4
* Simplify is_event_after logicLuke Barnard2017-04-121-2/+3
* 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
* Initial commit of RM server-side impllukebarnard2017-04-111-0/+82