diff options
author | Joas Schilling <coding@schilljs.com> | 2022-05-27 11:28:59 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-05-27 11:32:53 +0200 |
commit | 1429a9a8ef9c65493e0c9276c4cc5f8b8cf94bc2 (patch) | |
tree | a2df0b1ca7fed35bc368e09854e4f25c8136aa15 /apps/user_status/src | |
parent | 9ad5b301ce716d4033e9cbc549aff2a43d5022f5 (diff) | |
download | nextcloud-server-1429a9a8ef9c65493e0c9276c4cc5f8b8cf94bc2.tar.gz nextcloud-server-1429a9a8ef9c65493e0c9276c4cc5f8b8cf94bc2.zip |
Also reset the status on clearAt
When you set yourself to "DND - In a meeting" for one hour,
the expectation is that you are also "online"/normal again
when the meeting is over. So we extend the logic to also include
the status itself to be reverted.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/src')
-rw-r--r-- | apps/user_status/src/components/ClearAtSelect.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/ClearAtSelect.vue b/apps/user_status/src/components/ClearAtSelect.vue index 09e0068f87f..d0a88ea8255 100644 --- a/apps/user_status/src/components/ClearAtSelect.vue +++ b/apps/user_status/src/components/ClearAtSelect.vue @@ -22,7 +22,7 @@ <template> <div class="clear-at-select"> <span class="clear-at-select__label"> - {{ $t('user_status', 'Clear status message after') }} + {{ $t('user_status', 'Clear status after') }} </span> <Multiselect label="label" :value="option" |