From bc0c52fb779fe543b9224ae3bc6c4f6b91a4a49e Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Mon, 21 Nov 2016 17:55:43 -0800 Subject: PLT-4598 add team id to push notification (#4623) --- api/post.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api/post.go') diff --git a/api/post.go b/api/post.go index 814d4e671..c982b65ca 100644 --- a/api/post.go +++ b/api/post.go @@ -931,6 +931,7 @@ func sendPushNotification(post *model.Post, user *model.User, channel *model.Cha msg.Badge = int(badge.Data.(int64)) } msg.Type = model.PUSH_TYPE_MESSAGE + msg.TeamId = channel.TeamId msg.ChannelId = channel.Id msg.ChannelName = channel.Name -- cgit v1.2.3-1-g7c22