[PLUGIN][ActivityPub] Introduce ActivitypubObject. Beware, inside the plugin, an Object can never be an Activity.
Many bug fixes and other major changes (interface changed, see EVENTS.md)
This commit is contained in:
@@ -217,7 +217,6 @@ class Posting extends Component
|
||||
'verb' => 'create',
|
||||
'object_type' => 'note',
|
||||
'object_id' => $note->getId(),
|
||||
'is_local' => true,
|
||||
'source' => 'web',
|
||||
]);
|
||||
DB::persist($act);
|
||||
|
Reference in New Issue
Block a user