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