Update AP Inbox, log activities

This commit is contained in:
Daniel Supernault 2020-04-29 13:27:05 -06:00
parent 9661b7788c
commit eed00998be
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ class Inbox
public function handle()
{
$this->handleVerb();
(new Activity())->save([
'data' => json_encode($this->payload)
]);
}
public function handleVerb()