Improve AP support for forums

This commit is contained in:
Michael 2020-08-23 11:26:43 +00:00
parent b052896c64
commit 7815862498
2 changed files with 1 additions and 19 deletions

View file

@ -2716,9 +2716,7 @@ class Item
Worker::add(['priority' => PRIORITY_HIGH, 'dont_fork' => true], 'Notifier', Delivery::POST, $item_id);
/// @todo This code should be activated by the end of the year 2020
// See also "createActivityFromItem"
//Item::performActivity($item_id, 'announce', $uid);
Item::performActivity($item_id, 'announce', $uid);
return false;
}