synapse-product/synapse/replication
Erik Johnston 84d099ae11
Fix typing replication not being handled on master (#7959)
Handling of incoming typing stream updates from replication was not
hooked up on master, effecting set ups where typing was handled on a
different worker.

This is really only a problem if the master process is also handling
sync requests, which is unlikely for those that are at the stage of
moving typing off.

The other observable effect is that if a worker restarts or a
replication connect drops then the typing worker will issue a
`POSITION typing`, triggering master process to try and stream *all*
typing updates from position 0.

Fixes #7907
2020-07-27 14:10:53 +01:00
..
http Fix some spelling mistakes / typos. (#7811) 2020-07-09 09:52:58 -04:00
slave Stop using 'device_max_stream_id' (#7882) 2020-07-17 17:03:27 +01:00
tcp Fix typing replication not being handled on master (#7959) 2020-07-27 14:10:53 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00