Partly revert coding for compatibility issues

This commit is contained in:
Michael 2020-08-10 13:59:51 +00:00
parent 1934c149a3
commit ef7aed5d1f
2 changed files with 19 additions and 1 deletions

View file

@ -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;
}