Update Inbox, remove handleCreateActivity logic that rejected posts from accounts without followers

pull/4335/head
Daniel Supernault 2 years ago
parent aceb45ae50
commit a93a3efd21
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -199,12 +199,6 @@ class Inbox
return;
}
if($actor->followers_count == 0) {
if(FollowerService::followerCount($actor->id, true) == 0) {
return;
}
}
if(!isset($activity['to'])) {
return;
}

Loading…
Cancel
Save