diff --git a/app/notification.go b/app/notification.go index dbd37c7f28..2ba585f3be 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