make /first page work as designed
Ted Unangst tedu@tedunangst.com
Fri, 08 Nov 2019 13:47:25 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
web.go
→
web.go
@@ -108,7 +108,7 @@ honks = geteventhonks(userid)
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"