Converted all ActivityObject::fromProfile to $profile->asActivityObject
This commit is contained in:
@@ -294,7 +294,7 @@ class OfflineBackupQueueHandler extends QueueHandler
|
||||
|
||||
$profile = $user->getProfile();
|
||||
|
||||
$author = ActivityObject::fromProfile($profile);
|
||||
$author = $profile->asActivityObject();
|
||||
|
||||
$xs = new XMLStringer();
|
||||
$author->outputTo($xs, 'author');
|
||||
|
Reference in New Issue
Block a user