1
0
Fork 0

Functionality is now split

This commit is contained in:
Michael 2018-10-03 09:15:38 +00:00
commit 3ab837f3c7
13 changed files with 71 additions and 1727 deletions

View 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);