Add missing await

This commit is contained in:
Andrew Ferrazzutti 2022-05-09 03:17:05 -04:00
parent 095641fe08
commit 128979e06b
1 changed files with 1 additions and 1 deletions

View File

@ -1866,7 +1866,7 @@ class Portal(DBPortal, BasePortal):
self.log.trace("Leaving room with %s post-backfill", intent.mxid)
await intent.leave_room(self.mxid)
self.log.info("Backfilled %d messages through %s", len(chats), source.mxid)
self._sync_read_receipts(source)
await self._sync_read_receipts(source)
# region Database getters