Use filtered model strictly when neccessary

This commit is contained in:
miruka
2020-04-15 16:54:24 -04:00
parent 01adcff77e
commit 99d59bb49b
3 changed files with 26 additions and 31 deletions

View File

@@ -761,7 +761,6 @@ class MatrixClient(nio.AsyncClient):
# If a new room was added, wait for onSyncResponse to set the token
await asyncio.sleep(0.1)
print( self.lazy_load_filter)
response = await self.room_messages(
room_id = room_id,
start = self.past_tokens[room_id],