From 05436ac58e60aca770c7bb8359663ebfee31d777 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 1 Aug 2023 11:33:32 -0700 Subject: [PATCH] fix: remove unnecessary parsed subject Signed-off-by: Christopher Ng (cherry picked from commit 7381c80cafcfbb9584f6f247049f1bdcc91acc05) --- apps/files_reminders/lib/Notification/Notifier.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/files_reminders/lib/Notification/Notifier.php b/apps/files_reminders/lib/Notification/Notifier.php index 6e639b78c1b..2a919d42cae 100644 --- a/apps/files_reminders/lib/Notification/Notifier.php +++ b/apps/files_reminders/lib/Notification/Notifier.php @@ -102,11 +102,6 @@ class Notifier implements INotifier { ], ], ) - ->setParsedSubject(str_replace( - ['{name}'], - [$node->getName()], - $subject, - )) ->setLink($link); $label = match ($node->getType()) {