From aad6f60e8548a81893dc80ac46229e57ecbb0f68 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 25 Jun 2019 12:03:37 -0400 Subject: [PATCH] here comes 7.2 --- docs/changelog.txt | 4 ++-- honk.go | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 15b39b8..46d49c0 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,8 +1,8 @@ changelog --- v +-- 0.7.2 -+ Add the funzone. ++ Add the funzone. Minor other UI tweaks. -- 0.7.1 diff --git a/honk.go b/honk.go index 38c1ceb..debc757 100644 --- a/honk.go +++ b/honk.go @@ -453,6 +453,7 @@ func xzone(w http.ResponseWriter, r *http.Request) { log.Print(err) } } + func outbox(w http.ResponseWriter, r *http.Request) { name := mux.Vars(r)["name"] user, err := butwhatabout(name)