pull/5881/head
Daniel Supernault 3 weeks ago
parent 2cf3011816
commit b54d90d405
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -622,7 +622,7 @@ class Inbox
RelationshipService::refresh($actor->id, $target->id);
AccountService::del($actor->id);
AccountService::del($target->id);
return;
}
public function handleAnnounceActivity()
@ -874,7 +874,7 @@ class Inbox
FollowRequest::whereFollowerId($profile->id)->whereFollowingId($actor->id)->forceDelete();
RelationshipService::refresh($actor->id, $profile->id);
return;
}
public function handleUndoActivity()

Loading…
Cancel
Save