From 4f2bbc344850fe9655ef26d5444e76b411f0635c Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 21 Jun 2018 11:10:29 -0400 Subject: Add back the ability to reply to push notifications in iOS (#8977) --- app/notification.go | 1 + 1 file changed, 1 insertion(+) (limited to 'app/notification.go') diff --git a/app/notification.go b/app/notification.go index dbd37c7f2..2ba585f3b 100644 --- a/app/notification.go +++ b/app/notification.go @@ -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 -- cgit v1.2.3-1-g7c22