Add back the ability to reply to push notifications in iOS (#8977)

Этот коммит содержится в:
Elias Nahum
2018-06-21 11:10:29 -04:00
коммит произвёл Joram Wilander
родитель 0d741301a3
Коммит 4f2bbc3448

Просмотреть файл

@@ -722,6 +722,7 @@ func (a *App) sendPushNotification(post *model.Post, user *model.User, channel *
msg.Badge = int(badge.Data.(int64))
}
msg.Category = model.CATEGORY_CAN_REPLY
msg.Version = model.PUSH_MESSAGE_V2
msg.Type = model.PUSH_TYPE_MESSAGE
msg.TeamId = channel.TeamId