mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
As it gets used in sliding sync. We basically invalidate it in all the same places as `get_rooms_for_user`. Most of the changes are due to needing the arguments you pass in to be hashable (which lists aren't)
1 line
86 B
Text
1 line
86 B
Text
Add cache to `get_rooms_for_local_user_where_membership_is` to speed up sliding sync.
|