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)