Return original body instead of nil for new comment push notifications (#3273)
This commit is contained in:
parent
d48ad63aea
commit
a265ab6b90
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ module Notifications
|
|||
alert: {
|
||||
title: title,
|
||||
subtitle: subtitle,
|
||||
body: CGI.unescapeHTML(body.strip!)
|
||||
body: CGI.unescapeHTML(body.strip)
|
||||
}
|
||||
},
|
||||
data: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue