reset userinfo when loading atme to read correct count
This commit is contained in:
parent
682e41fa3a
commit
077f37d46c
1
web.go
1
web.go
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue