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

Refactor presence so we can prune user in room caches #13313

Merged
merged 4 commits into from
Jul 25, 2022

Commits on Jul 22, 2022

  1. Refactor presence so we can prune user in room caches

    See #10826 and #10786 for context as to why we had to disable pruning on
    those caches.
    
    Now that `get_users_who_share_room_with_user` is called frequently only
    for presence, we just need to make calls to it less frequent and then we
    can remove the various levels of caching that is going on.
    erikjohnston committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2df0ed1 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    49757eb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Comments

    Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
    erikjohnston and squahtx authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    04b95fe View commit details
    Browse the repository at this point in the history
  2. Fix up line lengths

    erikjohnston committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b74d480 View commit details
    Browse the repository at this point in the history