From: Michael Date: Fri, 23 Dec 2022 22:48:57 +0000 (+0000) Subject: Added comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8cb85368ff3667201320ed7168317ae658592cec;p=friendica.git Added comment --- diff --git a/src/Protocol/ActivityPub/Processor.php b/src/Protocol/ActivityPub/Processor.php index a4333217de..843f4b8cf6 100644 --- a/src/Protocol/ActivityPub/Processor.php +++ b/src/Protocol/ActivityPub/Processor.php @@ -1848,6 +1848,7 @@ class Processor } } + // @todo We should store the actor $report = DI::reportFactory()->createFromReportsRequest(0, $account_id, $activity['content'], false, $uri_ids); DI::report()->save($report);