summaryrefslogtreecommitdiffstats
path: root/model/user.go
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2018-05-25 22:52:17 +0800
committerChristopher Speller <crspeller@gmail.com>2018-05-25 07:52:17 -0700
commit58abb4204e2e5d7c82312ed18a3d4d1a3a5f1962 (patch)
tree9ee08a603c5ffa403f1c6b31c31ae0b69500e83d /model/user.go
parent94b2eca2d1b6d9c75cc2ed702ccfa38b58a9cf86 (diff)
downloadchat-58abb4204e2e5d7c82312ed18a3d4d1a3a5f1962.tar.gz
chat-58abb4204e2e5d7c82312ed18a3d4d1a3a5f1962.tar.bz2
chat-58abb4204e2e5d7c82312ed18a3d4d1a3a5f1962.zip
[MM-10645] Remove desktop duration notify props (#8851)
* remove desktop duration notify props Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> * fix test Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
Diffstat (limited to 'model/user.go')
-rw-r--r--model/user.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/user.go b/model/user.go
index 6fbdb09e8..c5d6c13b6 100644
--- a/model/user.go
+++ b/model/user.go
@@ -22,7 +22,6 @@ const (
USER_NOTIFY_NONE = "none"
DESKTOP_NOTIFY_PROP = "desktop"
DESKTOP_SOUND_NOTIFY_PROP = "desktop_sound"
- DESKTOP_DURATION_NOTIFY_PROP = "desktop_duration"
MARK_UNREAD_NOTIFY_PROP = "mark_unread"
PUSH_NOTIFY_PROP = "push"
PUSH_STATUS_NOTIFY_PROP = "push_status"