MatrixSynapse/tests
Richard van der Hoff 297bf2547e
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.
2019-04-02 12:42:39 +01:00
..
api
app
appservice
config
crypto
events
federation
handlers
http
push
replication Fix sync bug when accepting invites (#4956) 2019-04-02 12:42:39 +01:00
rest
scripts
server_notices
state
storage
test_utils
util
__init__.py
patch_inline_callbacks.py
server.py Fix sync bug when accepting invites (#4956) 2019-04-02 12:42:39 +01:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_preview.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py