FThreads: Profiles can now be fetched
This commit is contained in:
parent
c2e4c0e1fa
commit
250ad8843d
1 changed files with 2 additions and 1 deletions
|
@ -368,7 +368,8 @@ class Transmitter
|
||||||
$data['outbox'] = DI::baseUrl() . '/outbox/' . $owner['nick'];
|
$data['outbox'] = DI::baseUrl() . '/outbox/' . $owner['nick'];
|
||||||
$data['featured'] = DI::baseUrl() . '/featured/' . $owner['nick'];
|
$data['featured'] = DI::baseUrl() . '/featured/' . $owner['nick'];
|
||||||
} else {
|
} else {
|
||||||
$data['inbox'] = DI::baseUrl() . '/friendica/inbox';
|
$data['inbox'] = DI::baseUrl() . '/friendica/inbox';
|
||||||
|
$data['outbox'] = DI::baseUrl() . '/friendica/outbox';
|
||||||
}
|
}
|
||||||
|
|
||||||
$data['preferredUsername'] = $owner['nick'];
|
$data['preferredUsername'] = $owner['nick'];
|
||||||
|
|
Loading…
Reference in a new issue