mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +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()
|
public function handleAcceptActivity()
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
|
|
||||||
$actor = $this->payload['actor'];
|
$actor = $this->payload['actor'];
|
||||||
$obj = $this->payload['object'];
|
$obj = $this->payload['object'];
|
||||||
switch ($obj['type']) {
|
switch ($obj['type']) {
|
||||||
|
|
Loading…
Reference in a new issue