Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'Eikosa-patch-4'
Browse files Browse the repository at this point in the history
  • Loading branch information
scmanjarrez committed Sep 9, 2023
2 parents fc2408f + 9819949 commit 1812cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ async def parse_message(self, message: Dict[str, Any]) -> None:
await self.update.effective_message.reply_document(
io.BytesIO(self.message_md.encode()),
filename=f"{self.conv_id}_{self.user_msg}.md",
caption=html.escape(self.text[:1000]), # max size is 1024
)
else:
await ut.edit_inline(
Expand Down

0 comments on commit 1812cb0

Please sign in to comment.