Skip to content
Snippets Groups Projects
Unverified Commit dc9fe610 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix incorrect `get_rooms_for_user` for remote user (#11999)

When the server leaves a room the `get_rooms_for_user` cache is not
correctly invalidated for the remote users in the room. This means that
subsequent calls to `get_rooms_for_user` for the remote users would
incorrectly include the room (it shouldn't be included because the
server no longer knows anything about the room).
parent 5598556b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment