From a6397b5ed9c4d6a1afe018ad766555c18c3a6983 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 27 Apr 2017 04:51:19 -0700 Subject: PLT-6108 fixing to use senderId for push (#6245) --- model/push_notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/push_notification.go') 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"` -- cgit v1.2.3-1-g7c22