mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($actor->followers_count == 0) {
|
|
||||||
if(FollowerService::followerCount($actor->id, true) == 0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if(!isset($activity['to'])) {
|
if(!isset($activity['to'])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue