sforkowany z mirror/friendica
Added comment
rodzic
9d87bc94a6
commit
a037427a54
|
@ -58,6 +58,7 @@ class Profile extends BaseModule
|
|||
if (ActivityPub::isRequest()) {
|
||||
$user = DBA::selectFirst('user', ['uid'], ['nickname' => self::$which]);
|
||||
if (DBA::isResult($user)) {
|
||||
// The function returns an empty array when the account is removed, expired or blocked
|
||||
$data = ActivityPub\Transmitter::getProfile($user['uid']);
|
||||
if (!empty($data)) {
|
||||
System::jsonExit($data, 'application/activity+json');
|
||||
|
|
Ładowanie…
Reference in New Issue