mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Inbox, fixes #3314
This commit is contained in:
parent
1c3e72c087
commit
dfcd2e6d2a
1 changed files with 3 additions and 0 deletions
|
@ -182,6 +182,9 @@ class Inbox
|
|||
if(!$actor || $actor->domain == null) {
|
||||
return;
|
||||
}
|
||||
if(!isset($activity['to'])) {
|
||||
return;
|
||||
}
|
||||
$to = $activity['to'];
|
||||
$cc = isset($activity['cc']) ? $activity['cc'] : [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue