diff options
author | anomalous69 <81135357+anomalous69@users.noreply.github.com> | 2021-10-03 16:24:53 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 16:24:53 +1300 |
commit | ca04198f48b083e2eafb188bfe1a9a6815ef6771 (patch) | |
tree | 40d6f6aeae2533d72dead7beaac6f981392c5f08 | |
parent | cfc9beb959c588644feb4f1eea4c7cd860e5005f (diff) |
Allow instances to work without fchan.xyz
-rw-r--r-- | client.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |