mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Improve AP support for forums
This commit is contained in:
parent
b052896c64
commit
7815862498
2 changed files with 1 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue