1
0
Fork 0

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

This commit is contained in:
Daniel Supernault 2023-04-29 20:05:32 -06:00
parent aceb45ae50
commit a93a3efd21
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}