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

View file

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