1
0
Эх сурвалжийг харах

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

Daniel Supernault 2 жил өмнө
parent
commit
a93a3efd21

+ 0 - 6
app/Util/ActivityPub/Inbox.php

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