From 80273d02347a3ac35ba2566151b53e8a420e2d0a Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 23 Feb 2017 20:27:24 -0500 Subject: 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 --- model/client.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/client.go') 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" -- cgit v1.2.3-1-g7c22