mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
Update src/Protocol/ActivityPub/Processor.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
219b258a54
commit
2b40e49e6e
1 changed files with 0 additions and 1 deletions
|
@ -2336,7 +2336,6 @@ class Processor
|
||||||
|
|
||||||
if (!empty($activity['object_actor'])) {
|
if (!empty($activity['object_actor'])) {
|
||||||
$uid = User::getIdForURL($activity['object_actor']);
|
$uid = User::getIdForURL($activity['object_actor']);
|
||||||
$check_id = false;
|
|
||||||
} elseif (!empty($activity['receiver']) && (count($activity['receiver']) == 1)) {
|
} elseif (!empty($activity['receiver']) && (count($activity['receiver']) == 1)) {
|
||||||
$uid = array_shift($activity['receiver']);
|
$uid = array_shift($activity['receiver']);
|
||||||
$check_id = true;
|
$check_id = true;
|
||||||
|
|
Loading…
Reference in a new issue