From 3e73adceb58e3a28bf3653b3e12a6a861643c400 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Wed, 26 Apr 2017 07:29:50 -0700 Subject: PLT-6108 adding extra params to push notifications (#6236) * PLT-6108 adding extra params to push notifications * PLT-6108 adding extra params to push notifications --- model/push_notification.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'model/push_notification.go') diff --git a/model/push_notification.go b/model/push_notification.go index 49d4043eb..5131c033d 100644 --- a/model/push_notification.go +++ b/model/push_notification.go @@ -36,6 +36,10 @@ type PushNotification struct { ChannelId string `json:"channel_id"` ChannelName string `json:"channel_name"` Type string `json:"type"` + UserId string `json:"user_id"` + OverrideUsername string `json:"override_username"` + OverrideIconUrl string `json:"override_icon_url"` + FromWebhook string `json:"from_webhook"` } func (me *PushNotification) ToJson() string { -- cgit v1.2.3-1-g7c22