aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/services/statusOptionsService.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/src/services/statusOptionsService.js')
-rw-r--r--apps/user_status/src/services/statusOptionsService.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_status/src/services/statusOptionsService.js b/apps/user_status/src/services/statusOptionsService.js
index 7280e58ec75..6c23645e5be 100644
--- a/apps/user_status/src/services/statusOptionsService.js
+++ b/apps/user_status/src/services/statusOptionsService.js
@@ -18,6 +18,9 @@ const getAllStatusOptions = () => {
type: 'away',
label: t('user_status', 'Away'),
}, {
+ type: 'busy',
+ label: t('user_status', 'Busy'),
+ }, {
type: 'dnd',
label: t('user_status', 'Do not disturb'),
subline: t('user_status', 'Mute all notifications'),