From 52737c029c18d7bd504fbeb031f90ac446684cb1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 27 May 2022 09:26:53 +0200 Subject: Don't overwrite certain values if the refreshing comes in via short updates This e.g. happens from the talk participant list which only has the status, message and icon. Due to the overwriting e.g. the clearAt was overwritten with null and afterwards the status modal showed "Invalid date" as "Clear at" Signed-off-by: Joas Schilling --- apps/user_status/src/components/SetStatusModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/user_status/src/components/SetStatusModal.vue') diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue index df6858ca6ff..0c95128c8d2 100644 --- a/apps/user_status/src/components/SetStatusModal.vue +++ b/apps/user_status/src/components/SetStatusModal.vue @@ -55,14 +55,14 @@
- {{ $t('user_status', 'Clear status message') }} -