summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/push_notification.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/push_notification.go b/model/push_notification.go
index 5131c033d..654d1d9a5 100644
--- a/model/push_notification.go
+++ b/model/push_notification.go
@@ -36,7 +36,7 @@ type PushNotification struct {
ChannelId string `json:"channel_id"`
ChannelName string `json:"channel_name"`
Type string `json:"type"`
- UserId string `json:"user_id"`
+ SenderId string `json:"sender_id"`
OverrideUsername string `json:"override_username"`
OverrideIconUrl string `json:"override_icon_url"`
FromWebhook string `json:"from_webhook"`