diff options
author | FChannel <> | 2021-06-29 14:14:19 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-29 14:14:19 -0700 |
commit | cbda0f5592106c43e310bc04449ff968c081f9f5 (patch) | |
tree | 339e212ff58e0eeb45b56e7890e21c91d35473cf /main.go | |
parent | a81f3ef5cfe72b9edf345564fc31361650f15110 (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.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1107,10 +1107,6 @@ func main() { return } - if FingerActor(actor).Id != actor { - return - } - followers := GetCollectionFromID("https://fchan.xyz/followers") var alreadyIndex = false |