This commit is contained in:
@@ -41,7 +41,7 @@ async def load_messages(chat_id: str, limit: int = 5, offset: int = 0, ids: Opti
|
||||
replies.append(reply_to)
|
||||
if replies:
|
||||
messages += await load_messages(chat_id, offset, limit, replies)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
return messages
|
||||
|
Reference in New Issue
Block a user