mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:54:48 -04:00
Invalidate caches properly. Remove unused arg
This commit is contained in:
parent
19fd425928
commit
e1941442d4
4 changed files with 15 additions and 10 deletions
|
@ -169,7 +169,7 @@ class StreamStore(SQLBaseStore):
|
|||
from_id = RoomStreamToken.parse_stream_token(from_key).stream
|
||||
|
||||
room_ids = yield self._events_stream_cache.get_rooms_changed(
|
||||
self, room_ids, from_id
|
||||
room_ids, from_id
|
||||
)
|
||||
|
||||
if not room_ids:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue