forked-synapse/changelog.d
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
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
7876.bugfix Handle replication commands synchronously where possible (#7876) 2020-07-27 18:54:43 +01:00
7876.misc Handle replication commands synchronously where possible (#7876) 2020-07-27 18:54:43 +01:00
7967.bugfix Typing worker needs to handle stream update requests (#7967) 2020-07-28 11:04:53 +01:00