forked-synapse/synapse/replication/http
Erik Johnston a8f7ed28c6
Typing worker needs to handle stream update requests (#7967)
IIRC this doesn't break tests because its only hit on reconnection, or something.

Basically, when a process needs to fetch missing updates for the `typing` stream it needs to query the writer instance via HTTP (as we don't write typing notifications to the DB), the problem was that the endpoint (`streams`) was only registered on master and specifically not on the typing writer worker.
2020-07-28 11:04:53 +01:00
..
__init__.py Typing worker needs to handle stream update requests (#7967) 2020-07-28 11:04:53 +01:00
_base.py Fix some spelling mistakes / typos. (#7811) 2020-07-09 09:52:58 -04:00
devices.py Fixup docs 2019-11-26 12:04:48 +00:00
federation.py Add ability to wait for replication streams (#7542) 2020-05-22 14:21:54 +01:00
login.py Port replication http server endpoints to async/await 2019-10-29 13:00:51 +00:00
membership.py Generate real events when we reject invites (#7804) 2020-07-09 10:40:19 +01:00
presence.py Add option to move event persistence off master (#7517) 2020-05-22 16:11:35 +01:00
register.py Address review comments 2019-11-06 14:54:24 +00:00
send_event.py Add ability to wait for replication streams (#7542) 2020-05-22 14:21:54 +01:00
streams.py Add ability to wait for replication streams (#7542) 2020-05-22 14:21:54 +01:00