summaryrefslogtreecommitdiffstats
path: root/app/notification.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/notification.go')
-rw-r--r--app/notification.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/notification.go b/app/notification.go
index fc1d44f06..060810017 100644
--- a/app/notification.go
+++ b/app/notification.go
@@ -542,7 +542,6 @@ func ClearPushNotification(userId string, channelId string) *model.AppError {
}
func sendToPushProxy(msg model.PushNotification) *model.AppError {
-
msg.ServerId = utils.CfgDiagnosticId
tr := &http.Transport{