From f3f4d4c2af6034ea78965317443de2eb075df396 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Feb 2020 11:35:40 +0100 Subject: [PATCH] Fix replying notification Signed-off-by: Joas Schilling --- lib/Chat/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Chat/Notifier.php b/lib/Chat/Notifier.php index 09f7c892b..f1cb70bc3 100644 --- a/lib/Chat/Notifier.php +++ b/lib/Chat/Notifier.php @@ -128,7 +128,7 @@ class Notifier { return []; } - if (!$this->shouldUserBeNotified($replyTo->getActorId(), $comment)) { + if (!$this->shouldMentionedUserBeNotified($replyTo->getActorId(), $comment)) { return []; }