summaryrefslogtreecommitdiffstats
path: root/model/client.go
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-02-23 20:27:24 -0500
committerChristopher Speller <crspeller@gmail.com>2017-02-23 20:27:24 -0500
commit80273d02347a3ac35ba2566151b53e8a420e2d0a (patch)
treec9d5d8b1261b334a59dfd8488c997c762dd382f0 /model/client.go
parent8509c2f0b0893f8a7936a1943cc924db09bb62f4 (diff)
downloadchat-80273d02347a3ac35ba2566151b53e8a420e2d0a.tar.gz
chat-80273d02347a3ac35ba2566151b53e8a420e2d0a.tar.bz2
chat-80273d02347a3ac35ba2566151b53e8a420e2d0a.zip
Adding ability to remove push ids when reported as removed from google or apple (#5513)
* Adding ability to remove push device Ids when reported as removed from google or apple * Fixing log string * Removing unneeded nil check
Diffstat (limited to 'model/client.go')
-rw-r--r--model/client.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/client.go b/model/client.go
index 15cdd1a97..26efa62b4 100644
--- a/model/client.go
+++ b/model/client.go
@@ -35,6 +35,7 @@ const (
STATUS = "status"
STATUS_OK = "OK"
STATUS_FAIL = "FAIL"
+ STATUS_REMOVE = "REMOVE"
CLIENT_DIR = "webapp/dist"