usememos / telegram-integration

Memogram is an easy to use integration service for syncing messages and images from a Telegram bot into your Memos.
78 stars 20 forks source link

URL is broken #44

Closed okainov closed 2 months ago

okainov commented 3 months ago

Before I started looking into code, I didn't even realize it's an issue.

Seems like the code is supposed to send the link to memo. However it's not: image

When I debug it, then it seems that the raw text looks like this:

 Content saved with [memos/20](dns:mynotes.mydomain.com:1234/m/P8uDDkAPXCKEhPTFo5NYjs)

Obviously, dns:... stuff is not a valid URL, so Telegram cannot parse it. Please use actual real URL there.