mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Bugfix: Only send a notifier when the item was really edited
This commit is contained in:
parent
3b2752c2fe
commit
b333c7ae2e
3 changed files with 4 additions and 7 deletions
|
@ -2140,10 +2140,6 @@ class DFRN
|
|||
Item::update($fields, $condition);
|
||||
|
||||
$changed = true;
|
||||
|
||||
if ($entrytype == DFRN::REPLY_RC) {
|
||||
Worker::add(PRIORITY_HIGH, "Notifier", "comment-import", $current["id"]);
|
||||
}
|
||||
}
|
||||
return $changed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue