From 0e8ee1616fdd4a0ffcdd36cf135b34ea23979bb4 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Wed, 30 Jun 2021 20:07:54 -0700 Subject: using FingerActor does not work for main instance had to fix --- main.go | 2 +- static/faq.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index d4f5244..972e69e 100644 --- a/main.go +++ b/main.go @@ -1123,7 +1123,7 @@ func main() { // delay to give instance time to boot up time.Sleep(15 * time.Second) - checkActor := FingerActor(actor) + checkActor := GetActor(actor) if checkActor.Id == actor { if !alreadyIndex { diff --git a/static/faq.html b/static/faq.html index c5f98d2..00b8342 100644 --- a/static/faq.html +++ b/static/faq.html @@ -37,7 +37,7 @@

coming soon(tm).

Server Version

-

v0.0.4

+

v0.0.5

[Home][Rules][FAQ] -- cgit v1.2.3