summary refs log tree commit diff
path: root/synapse/handlers/read_marker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not refuse to set read_marker if previous event_id is in wrong room (#16990)SpiritCroc2024-03-211-2/+2
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove some unused `server_name` fields (#15723)Sean Quah2023-06-061-1/+0
* Handle missing previous read marker event. (#15464)Nick Mills-Barrett2023-05-181-4/+14
* Use account data constants in more places. (#15554)Patrick Cloke2023-05-091-2/+3
* Refactor and convert `Linearizer` to async (#12357)Sean Quah2022-04-051-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Remove the deprecated BaseHandler. (#11005)Patrick Cloke2021-10-081-4/+1
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-3/+2
* Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-2/+8
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Port receipt and read markers to async/waitErik Johnston2019-10-291-8/+5
* Run Black. (#5482)Amber Brown2019-06-201-6/+3
* Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678)Amber Brown2018-08-101-1/+1
* 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