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:
Patrick Cloke 2023-01-11 07:16:41 -05:00 committed by GitHub
parent f417fb84b8
commit 3952297f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 7 deletions

View file

@ -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()