soberhacker / obsidian-telegram-sync

Transfer messages and files from Telegram to Obsidian
GNU Affero General Public License v3.0
332 stars 30 forks source link

fix: markdown formatting of messages with attachments #294

Closed Qbject closed 3 weeks ago

Qbject commented 4 months ago

The convertMessageTextToMarkdown function used to mutate msg argument passed to it. This caused improper markdown formatting for some messages (messages with attachments are affected, I didn't investigate other criteria)

soberhacker commented 3 weeks ago

Thanks