Closed okainov closed 2 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:
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.
dns:...
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:
When I debug it, then it seems that the raw text looks like this:
Obviously,
dns:...
stuff is not a valid URL, so Telegram cannot parse it. Please use actual real URL there.