diff --git a/backend/app/notify/telegram.go b/backend/app/notify/telegram.go index 6da587db3b..8f09a68851 100644 --- a/backend/app/notify/telegram.go +++ b/backend/app/notify/telegram.go @@ -190,7 +190,7 @@ func buildTelegramMessage(req Request) ([]byte, error) { msg += fmt.Sprintf("\n\n%s", escapeText(req.Comment.Orig)) if req.Comment.ParentID != "" { - msg += fmt.Sprintf("\n\n\"> _%s_\"", escapeText(req.parent.Orig)) + msg += fmt.Sprintf("\n\n> \"_%s_\"", escapeText(req.parent.Orig)) } if req.Comment.PostTitle != "" {