-
- Downloads
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.
Showing
- changelog.d/4956.bugfix 1 addition, 0 deletionschangelog.d/4956.bugfix
- synapse/replication/slave/storage/events.py 22 additions, 9 deletionssynapse/replication/slave/storage/events.py
- synapse/storage/_base.py 0 additions, 5 deletionssynapse/storage/_base.py
- synapse/storage/events.py 18 additions, 6 deletionssynapse/storage/events.py
- tests/replication/slave/storage/_base.py 24 additions, 4 deletionstests/replication/slave/storage/_base.py
- tests/replication/slave/storage/test_events.py 137 additions, 24 deletionstests/replication/slave/storage/test_events.py
- tests/server.py 35 additions, 21 deletionstests/server.py
Loading
Please register or sign in to comment