mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-22 07:24:33 -04:00
Calculate rooms changed for device lists to work. (#14810)
Back-out some changes from 7e582a25f8
(#14786) which skipped necessary logic to calculate device lists properly.
This commit is contained in:
parent
f417fb84b8
commit
3952297f6f
3 changed files with 1 additions and 7 deletions
|
@ -283,9 +283,6 @@ class FilterCollection:
|
|||
await self._room_filter.filter(events)
|
||||
)
|
||||
|
||||
def blocks_all_rooms(self) -> bool:
|
||||
return self._room_filter.filters_all_rooms()
|
||||
|
||||
def blocks_all_presence(self) -> bool:
|
||||
return (
|
||||
self._presence_filter.filters_all_types()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue