summary refs log tree commit diff
path: root/synapse/replication/slave/storage/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use stream cache in get_linearized_receipts_for_roomErik Johnston2018-07-101-1/+1
* run isortAmber Brown2018-07-091-2/+2
* Fix missing invalidations for receipt storageErik Johnston2018-02-211-0/+2
* Fix commentErik Johnston2018-02-201-1/+1
* Use abstract base class to access stream IDsErik Johnston2018-02-201-2/+7
* Split ReceiptsStoreErik Johnston2018-02-201-28/+5
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-11/+13
* Add methods to events, account data and receipt slavesMark Haines2016-06-031-1/+24
* Assert that stream replicated stream positions are intsMark Haines2016-05-131-1/+1
* Add a slaved receipts storeMark Haines2016-04-191-0/+61