зеркало из https://github.com/nextcloud/spreed.git
Fix replying notification
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
0405c64b6d
Коммит
f3f4d4c2af
|
@ -128,7 +128,7 @@ class Notifier {
|
|||
return [];
|
||||
}
|
||||
|
||||
if (!$this->shouldUserBeNotified($replyTo->getActorId(), $comment)) {
|
||||
if (!$this->shouldMentionedUserBeNotified($replyTo->getActorId(), $comment)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче