Explorar o código

backfill: cleanup

Signed-off-by: Sumner Evans <sumner@beeper.com>
Sumner Evans %!s(int64=2) %!d(string=hai) anos
pai
achega
b510342d3e
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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
                 )