From cbda0f5592106c43e310bc04449ff968c081f9f5 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Tue, 29 Jun 2021 14:14:19 -0700 Subject: check that fails since server hasnt come online yet to check the actor need a better fix --- main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.go b/main.go index 59b1552..758436c 100644 --- a/main.go +++ b/main.go @@ -1107,10 +1107,6 @@ func main() { return } - if FingerActor(actor).Id != actor { - return - } - followers := GetCollectionFromID("https://fchan.xyz/followers") var alreadyIndex = false -- cgit v1.2.3