summaryrefslogtreecommitdiffstats
path: root/model/push_notification.go
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-11-21 17:55:43 -0800
committerenahum <nahumhbl@gmail.com>2016-11-21 22:55:43 -0300
commitbc0c52fb779fe543b9224ae3bc6c4f6b91a4a49e (patch)
tree145a49be03ad2389fd650a076573f6b4748866d4 /model/push_notification.go
parentd57ab7a81e295c0f1a731f1f4f5fa04d5cba398b (diff)
downloadchat-bc0c52fb779fe543b9224ae3bc6c4f6b91a4a49e.tar.gz
chat-bc0c52fb779fe543b9224ae3bc6c4f6b91a4a49e.tar.bz2
chat-bc0c52fb779fe543b9224ae3bc6c4f6b91a4a49e.zip
PLT-4598 add team id to push notification (#4623)
Diffstat (limited to 'model/push_notification.go')
-rw-r--r--model/push_notification.go1
1 files changed, 1 insertions, 0 deletions
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"`