Commit 8ba3d18d authored by Cui's avatar Cui

Revert "fix"

This reverts commit 6923ab00.
parent 6923ab00
......@@ -38,8 +38,7 @@ func AppMessageSender(am AppMessage, appKey, masterSecret string, iosProduction
alert := make(map[string]string)
alert["title"] = am.Title
// alert["subtitle"] = am.SubTitle
alert["body"] = am.SubTitle
alert["subtitle"] = am.SubTitle
iosNotification.Alert = alert
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment