make /first page work as designed

This commit is contained in:
Ted Unangst 2019-11-08 13:47:25 -05:00
parent 3aa986cd7b
commit 307d23e3d2
1 changed files with 1 additions and 1 deletions

2
web.go
View File

@ -108,7 +108,7 @@ func homepage(w http.ResponseWriter, r *http.Request) {
honks = osmosis(honks, userid, true)
case "/first":
templinfo["PageName"] = "first"
honks = gethonksforuser(userid, 0)
honks = gethonksforuserfirstclass(userid, 0)
honks = osmosis(honks, userid, true)
case "/saved":
templinfo["ServerMessage"] = "saved honks"