]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/ProfileUpdate.php
some more renamings & doku
[friendica.git] / src / Worker / ProfileUpdate.php
index 7fab86cbfdb0f941aa7e860f35821a3cf6d9eb05..cebc27ca55b83644e14242ac627954ced123d660 100644 (file)
@@ -19,7 +19,7 @@ class ProfileUpdate {
 
                $a = BaseObject::getApp();
 
-               $inboxes = ActivityPub::fetchTargetInboxesforUser($uid);
+               $inboxes = ActivityPub\Transmitter::fetchTargetInboxesforUser($uid);
 
                foreach ($inboxes as $inbox) {
                        logger('Profile update for user ' . $uid . ' to ' . $inbox .' via ActivityPub', LOGGER_DEBUG);