restore link to original in tg notif

This commit is contained in:
Umputun
2021-07-03 23:52:20 -05:00
parent 05a85b6bfd
commit 70245504f5
+1 -1
View File
@@ -194,7 +194,7 @@ func buildTelegramMessage(req Request) ([]byte, error) {
}
if req.Comment.PostTitle != "" {
msg += fmt.Sprintf("\n\n↦ \"%q\" ", req.Comment.PostTitle)
msg += fmt.Sprintf("\n\n↦ [%s](%s)", req.Comment.PostTitle, req.Comment.Locator.URL)
}
msg = html.UnescapeString(msg)