Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix incorrect get_rooms_for_user for remote user #11999

Merged
merged 4 commits into from
Feb 15, 2022

Commits on Feb 15, 2022

  1. Fix incorrect get_rooms_for_user for remote user

    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).
    erikjohnston committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    bfba0ad View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1ee5306 View commit details
    Browse the repository at this point in the history
  3. Fix comments

    erikjohnston committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1dad805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    383641e View commit details
    Browse the repository at this point in the history