Merge pull request #13721 from annando/issue-13719

Threads: Profiles can now be fetched
This commit is contained in:
Hypolite Petovan 2023-12-14 21:35:21 -05:00 committed by GitHub
commit 33102a76da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,7 +368,8 @@ class Transmitter
$data['outbox'] = DI::baseUrl() . '/outbox/' . $owner['nick'];
$data['featured'] = DI::baseUrl() . '/featured/' . $owner['nick'];
} else {
$data['inbox'] = DI::baseUrl() . '/friendica/inbox';
$data['inbox'] = DI::baseUrl() . '/friendica/inbox';
$data['outbox'] = DI::baseUrl() . '/friendica/outbox';
}
$data['preferredUsername'] = $owner['nick'];