From 7381c80cafcfbb9584f6f247049f1bdcc91acc05 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 1 Aug 2023 11:33:32 -0700 Subject: fix: remove unnecessary parsed subject Signed-off-by: Christopher Ng --- 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()) { -- cgit v1.2.3