Update AP Inbox, log activities

pull/2155/head
Daniel Supernault 5 years ago
parent 9661b7788c
commit eed00998be
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save