summary refs log tree commit diff
path: root/changelog.d/8676.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tie together matches_user_in_member_list and get_users_in_room caches (#8676)Will Hunt2020-10-291-0/+1
* Tie together matches_user_in_member_list and get_users_in_room * changelog * Remove type to fix mypy * Add `on_invalidate` to the function signature in the hopes that may make things work well * Remove **kwargs * Update 8676.bugfix