mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Merge pull request #13721 from annando/issue-13719
Threads: Profiles can now be fetched
This commit is contained in:
commit
33102a76da
1 changed files with 2 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue