mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-25 05:25:18 -04:00
Fix sync bug when accepting invites (#4956)
Hopefully this time we really will fix #4422. We need to make sure that the cache on `get_rooms_for_user_with_stream_ordering` is invalidated *before* the SyncHandler is notified for the new events, and we can now do so reliably via the `events` stream.
This commit is contained in:
parent
4c552ed78a
commit
297bf2547e
7 changed files with 237 additions and 69 deletions
1
changelog.d/4956.bugfix
Normal file
1
changelog.d/4956.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fix sync bug which made accepting invites unreliable in worker-mode synapses.
|
Loading…
Add table
Add a link
Reference in a new issue