X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivitymover.php;h=ac828d94912f940a56fa1d9587a104d2bf02cf34;hb=b22acbb42e2cefa4c3d94f192b735519b1182f07;hp=fe33e9081ec1236c3670a6226ffb8466a6c79183;hpb=dc5b302fe9ac5906bac29b279dc78ad2d2625536;p=quix0rs-gnu-social.git diff --git a/lib/activitymover.php b/lib/activitymover.php index fe33e9081e..ac828d9491 100644 --- a/lib/activitymover.php +++ b/lib/activitymover.php @@ -146,7 +146,7 @@ class ActivityMover extends QueueHandler "Changing sub to {$act->objects[0]->id}". "by {$act->actor->id} to {$remote->nickname}."); $otherProfile = $otherUser->getProfile(); - Subscription::start($otherProfile, $remote); + Subscription::ensureStart($otherProfile, $remote); Subscription::cancel($otherProfile, $user->getProfile()); } else { $this->log(LOG_NOTICE,