synapse-product/synapse/replication
Richard van der Hoff d7d42387f5
Fix 'generator object is not subscriptable' error (#7290)
Some of the query functions return generators rather than lists, so we can't
index into the result. Happily we already have a copy of the results.

(think this was introduced in #7024)
2020-04-16 14:37:06 +01:00
..
http Move catchup of replication streams to worker. (#7024) 2020-03-25 14:54:01 +00:00
slave Move catchup of replication streams to worker. (#7024) 2020-03-25 14:54:01 +00:00
tcp Fix 'generator object is not subscriptable' error (#7290) 2020-04-16 14:37:06 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00