diff --git a/backend/app/notify/telegram.go b/backend/app/notify/telegram.go index 83200af2..92538081 100644 --- a/backend/app/notify/telegram.go +++ b/backend/app/notify/telegram.go @@ -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)