forked from mirror/pixelfed
Update AP Inbox, log activities
This commit is contained in:
parent
9661b7788c
commit
eed00998be
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ class Inbox
|
|||
public function handle()
|
||||
{
|
||||
$this->handleVerb();
|
||||
|
||||
(new Activity())->save([
|
||||
'data' => json_encode($this->payload)
|
||||
]);
|
||||
}
|
||||
|
||||
public function handleVerb()
|
||||
|
|
Loading…
Reference in a new issue