diff --git a/app/Util/ActivityPub/Inbox.php b/app/Util/ActivityPub/Inbox.php index 195b8d6ef..247f40d3a 100644 --- a/app/Util/ActivityPub/Inbox.php +++ b/app/Util/ActivityPub/Inbox.php @@ -40,6 +40,10 @@ class Inbox public function handle() { $this->handleVerb(); + + (new Activity())->save([ + 'data' => json_encode($this->payload) + ]); } public function handleVerb()