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.go4
1 files changed, 4 insertions, 0 deletions
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 {