Przeglądaj źródła

backfill: cleanup

Signed-off-by: Sumner Evans <sumner@beeper.com>
Sumner Evans 2 lat temu
rodzic
commit
b510342d3e
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      mautrix_instagram/portal.py

+ 3 - 1
mautrix_instagram/portal.py

@@ -1808,7 +1808,9 @@ class Portal(DBPortal, BasePortal):
 
         try:
             if self.cursor:
-                self.log.debug("There is a cursor for the chat, fetching messages before it")
+                self.log.debug(
+                    f"There is a cursor for the chat, fetching messages before {self.cursor}"
+                )
                 resp = await source.client.get_thread(
                     self.thread_id, seq_id=source.seq_id, cursor=self.cursor
                 )