aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authoranomalous69 <81135357+anomalous69@users.noreply.github.com>2021-10-03 16:24:53 +1300
committerGitHub <noreply@github.com>2021-10-03 16:24:53 +1300
commitca04198f48b083e2eafb188bfe1a9a6815ef6771 (patch)
tree40d6f6aeae2533d72dead7beaac6f981392c5f08 /client.go
parentcfc9beb959c588644feb4f1eea4c7cd860e5005f (diff)
Allow instances to work without fchan.xyz
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index 3b7676e..16d88bc 100644
--- a/client.go
+++ b/client.go
@@ -120,7 +120,7 @@ func IndexGet(w http.ResponseWriter, r *http.Request, db *sql.DB) {
data.BoardRemainer = make([]int, 0)
}
- data.InstanceIndex = GetCollectionFromReq("https://fchan.xyz/followers").Items
+ //data.InstanceIndex = GetCollectionFromReq("https://fchan.xyz/followers").Items
data.NewsItems = getNewsFromDB(db, 3)
t.ExecuteTemplate(w, "layout", data)