summaryrefslogtreecommitdiffstats
path: root/model/push_notification.go
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-05-03 11:54:49 -0400
committerCorey Hulen <corey@hulen.com>2016-05-03 08:54:49 -0700
commit08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc (patch)
tree66687c84dbda048f09954d6b7286f0a78fe5cd45 /model/push_notification.go
parentffb4cb5e1051c3db13a8e3b1b2a9fd6fb8ed701c (diff)
downloadchat-08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc.tar.gz
chat-08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc.tar.bz2
chat-08a3cf6b38fd8fdac3b5f7176133bc1a248bc8fc.zip
Port HPNS from 2.2 to master (#2863)
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 {