summary refs log tree commit diff
path: root/changelog.d/13313.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.64.0rc1Olivier Wilkinson (reivilibre)2022-07-261-1/+0
|
* Refactor presence so we can prune user in room caches (#13313)Erik Johnston2022-07-251-0/+1
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.