all repos — honk @ 60c285fc6139749efa987f6fade6cc83fd6431f1

my fork of honk

reset userinfo when loading atme to read correct count
Ted Unangst tedu@tedunangst.com
Wed, 04 Jan 2023 11:51:40 -0500
commit

60c285fc6139749efa987f6fade6cc83fd6431f1

parent

3f88934ce71eaadb63ca029c99c769ce36550a70

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M web.goweb.go

@@ -118,6 +118,7 @@ templinfo["PageName"] = "atme"

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"