mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:50:11 +00:00
Partly revert coding for compatibility issues
This commit is contained in:
parent
1934c149a3
commit
ef7aed5d1f
2 changed files with 19 additions and 1 deletions
|
@ -2701,7 +2701,9 @@ class Item
|
|||
|
||||
Worker::add(['priority' => PRIORITY_HIGH, 'dont_fork' => true], 'Notifier', Delivery::POST, $item_id);
|
||||
|
||||
Item::performActivity($item_id, 'announce', $uid);
|
||||
/// @todo This code should be activated by the end of the year 2020
|
||||
// See also "createActivityFromItem"
|
||||
//Item::performActivity($item_id, 'announce', $uid);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue