From cb7ab8e987503e63d7db8eb08d4b491a4df2a0d2 Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Mon, 2 Dec 2024 12:34:14 +0100 Subject: [PATCH] fix: out of office caption Signed-off-by: DorraJaouad --- src/components/NewMessage/NewMessageAbsenceInfo.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/NewMessage/NewMessageAbsenceInfo.vue b/src/components/NewMessage/NewMessageAbsenceInfo.vue index 5d859b8031c..18dcc62f095 100644 --- a/src/components/NewMessage/NewMessageAbsenceInfo.vue +++ b/src/components/NewMessage/NewMessageAbsenceInfo.vue @@ -96,7 +96,10 @@ export default { }, userAbsenceCaption() { - return t('spreed', '{user} is out of office and might not respond.', { user: this.displayName }) + return t('spreed', '{user} is out of office and might not respond.', { user: this.displayName }, undefined, { + escape: false, + sanitize: false + }) }, userAbsenceMessage() {