mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
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…
Add table
Reference in a new issue