all repos — honk @ 0a11841547bf3658715595a6d3c0e94e0ec8bd37

my fork of honk

show an error to user for honk to nowhere
Ted Unangst tedu@tedunangst.com
Tue, 25 Jun 2019 19:17:39 -0400
commit

0a11841547bf3658715595a6d3c0e94e0ec8bd37

parent

00c2ef12d991c846a513b032577d0a7034cc6682

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

jump to
M honk.gohonk.go

@@ -956,6 +956,7 @@ butnottooloud(honk.Audience)

honk.Audience = oneofakind(honk.Audience) if len(honk.Audience) == 0 { log.Printf("honk to nowhere") + http.Error(w, "honk to nowhere...", http.StatusNotFound) return } honk.Public = !keepitquiet(honk.Audience)