summary refs log tree commit diff
path: root/synapse/replication/slave/storage/receipts.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add methods to events, account data and receipt slavesMark Haines2016-06-031-1/+24
| | | | | Adds the methods needed by /sync to the slaved events, account data and receipt stores.
* Assert that stream replicated stream positions are intsMark Haines2016-05-131-1/+1
|
* Add a slaved receipts storeMark Haines2016-04-191-0/+61