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) --- model/push_notification.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/push_notification.go b/model/push_notification.go index d4c380291..3c010fb75 100644 --- a/model/push_notification.go +++ b/model/push_notification.go @@ -30,6 +30,7 @@ type PushNotification struct { Message string `json:"message"` Badge int `json:"badge"` ContentAvailable int `json:"cont_ava"` + TeamId string `json:"team_id"` ChannelId string `json:"channel_id"` ChannelName string `json:"channel_name"` Type string `json:"type"` -- cgit v1.2.3-1-g7c22