mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix: remove unnecessary parsed subject
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 7381c80caf)
This commit is contained in:
parent
3b81da97a5
commit
05436ac58e
1 changed files with 0 additions and 5 deletions
|
|
@ -102,11 +102,6 @@ class Notifier implements INotifier {
|
|||
],
|
||||
],
|
||||
)
|
||||
->setParsedSubject(str_replace(
|
||||
['{name}'],
|
||||
[$node->getName()],
|
||||
$subject,
|
||||
))
|
||||
->setLink($link);
|
||||
|
||||
$label = match ($node->getType()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue