mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:50:17 +00:00
Prevent loop also when fetching the outbox
This commit is contained in:
parent
596bb9fa7c
commit
d8bf9c4601
2 changed files with 14 additions and 11 deletions
|
@ -235,7 +235,7 @@ class Transmitter
|
|||
*/
|
||||
public static function getOutbox($owner, $page = null, $requester = '')
|
||||
{
|
||||
$public_contact = Contact::getIdForURL($owner['url']);
|
||||
$public_contact = Contact::getIdForURL($owner['url'], 0, false);
|
||||
$condition = ['uid' => 0, 'contact-id' => $public_contact,
|
||||
'private' => [Item::PUBLIC, Item::UNLISTED]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue