aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <>2021-06-29 14:14:19 -0700
committerFChannel <>2021-06-29 14:14:19 -0700
commitcbda0f5592106c43e310bc04449ff968c081f9f5 (patch)
tree339e212ff58e0eeb45b56e7890e21c91d35473cf /main.go
parenta81f3ef5cfe72b9edf345564fc31361650f15110 (diff)
check that fails since server hasnt come online yet to check the actor need a better fix
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 0 insertions, 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