Return original body instead of nil for new comment push notifications (#3273)

This commit is contained in:
Andy Zhao 2019-06-24 08:33:35 -04:00 committed by Mac Siri
parent d48ad63aea
commit a265ab6b90

View file

@ -60,7 +60,7 @@ module Notifications
alert: {
title: title,
subtitle: subtitle,
body: CGI.unescapeHTML(body.strip!)
body: CGI.unescapeHTML(body.strip)
}
},
data: {