summary refs log tree commit diff
path: root/changelog.d/11878.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Invalidate the get_users_in_room{_with_profile} caches only when necessary. ↵Patrick Cloke2022-02-021-0/+1
(#11878) The get_users_in_room and get_users_in_room_with_profiles are now only invalidated when the membership of a room changes, instead of during any state change in the room.