mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Inbox
This commit is contained in:
parent
654b880119
commit
f5701e8714
1 changed files with 2 additions and 0 deletions
|
@ -243,6 +243,8 @@ class Inbox
|
|||
|
||||
public function handleAcceptActivity()
|
||||
{
|
||||
return;
|
||||
|
||||
$actor = $this->payload['actor'];
|
||||
$obj = $this->payload['object'];
|
||||
switch ($obj['type']) {
|
||||
|
|
Loading…
Reference in a new issue