From 08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 3 May 2016 11:54:49 -0400 Subject: Port HPNS from 2.2 to master (#2863) --- model/push_notification.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'model/push_notification.go') diff --git a/model/push_notification.go b/model/push_notification.go index 9196a44dd..666dd8f7d 100644 --- a/model/push_notification.go +++ b/model/push_notification.go @@ -13,6 +13,8 @@ const ( PUSH_NOTIFY_ANDROID = "android" CATEGORY_DM = "DIRECT_MESSAGE" + + MHPNS = "https://push.mattermost.com" ) type PushNotification struct { -- cgit v1.2.3-1-g7c22