mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Inbox, remove handleCreateActivity logic that rejected posts from accounts without followers
This commit is contained in:
parent
aceb45ae50
commit
a93a3efd21
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue