Added comment

This commit is contained in:
Michael 2019-09-14 07:17:06 +00:00
parent 9d87bc94a6
commit a037427a54
1 changed files with 1 additions and 0 deletions

View File

@ -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');