summary refs log tree commit diff
path: root/synapse/replication/slave/storage/deviceinbox.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Track the max_stream_device_id in a separate table, since we delete from the ↵Mark Haines2016-09-091-1/+1
| | | | inbox table
* Fix the stream change cache to work over replicationMark Haines2016-09-071-0/+11
|
* Add a replication stream for direct to device messagesMark Haines2016-08-311-0/+12
|
* Add new direct message storage functions to slave storeErik Johnston2016-08-301-0/+30