From 5621d6b30587b5ba449ce4bd4c33c76598993c6e Mon Sep 17 00:00:00 2001 From: Montassar Ghanmy Date: Fri, 2 Feb 2024 00:22:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20notification=20duplicate?= =?UTF-8?q?=20file=20extension=20(#356)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../email-pusher/templates/en/notification-document-shared.eta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/backend/node/src/core/platform/services/email-pusher/templates/en/notification-document-shared.eta b/tdrive/backend/node/src/core/platform/services/email-pusher/templates/en/notification-document-shared.eta index dd2e483c..f7080175 100644 --- a/tdrive/backend/node/src/core/platform/services/email-pusher/templates/en/notification-document-shared.eta +++ b/tdrive/backend/node/src/core/platform/services/email-pusher/templates/en/notification-document-shared.eta @@ -26,7 +26,7 @@
- ${!it.notifications[0].item.is_directory ? `${it.notifications[0].item.name}.${it.notifications[0].item.extension}` : `${it.notifications[0].item.name}.${it.notifications[0].item.extension}`} + ${it.notifications[0].item.name}