mirror of https://github.com/zulip/zulip.git
Remove unused presence_description "away" entry.
(imported from commit 46f377399335ca9757ee52ecd21d6679b52635ed)
This commit is contained in:
parent
617b0a95d2
commit
a4ff7320fb
|
@ -16,7 +16,6 @@ var OFFLINE_THRESHOLD_SECS = 140;
|
|||
|
||||
var presence_descriptions = {
|
||||
active: 'is active',
|
||||
away: 'was recently active',
|
||||
idle: 'is not active'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue