here comes 7.2

This commit is contained in:
Ted Unangst 2019-06-25 12:03:37 -04:00
parent 42f6aab4e5
commit aad6f60e85
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
changelog
-- v
-- 0.7.2
+ Add the funzone.
+ Add the funzone. Minor other UI tweaks.
-- 0.7.1

View File

@ -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)