summaryrefslogtreecommitdiffstats
path: root/model/push_notification.go
diff options
context:
space:
mode:
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"`