reset userinfo when loading atme to read correct count

This commit is contained in:
Ted Unangst 2023-01-04 11:51:40 -05:00
parent 682e41fa3a
commit 077f37d46c
1 changed files with 1 additions and 0 deletions

1
web.go
View File

@ -118,6 +118,7 @@ func homepage(w http.ResponseWriter, r *http.Request) {
honks = gethonksforme(userid, 0)
honks = osmosis(honks, userid, false)
menewnone(userid)
templinfo["UserInfo"], _ = butwhatabout(u.Username)
case "/longago":
templinfo["ServerMessage"] = "long ago and far away!"
templinfo["PageName"] = "longago"