浏览代码

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

Daniel Supernault 2 年之前
父节点
当前提交
a93a3efd21
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      app/Util/ActivityPub/Inbox.php

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