Skip to content

Commit

Permalink
fix parent tg formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jul 4, 2021
1 parent b8050f8 commit ad54a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/notify/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "" {
Expand Down

0 comments on commit ad54a94

Please sign in to comment.