here comes 7.2
This commit is contained in:
parent
42f6aab4e5
commit
aad6f60e85
|
@ -1,8 +1,8 @@
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
-- v
|
-- 0.7.2
|
||||||
|
|
||||||
+ Add the funzone.
|
+ Add the funzone. Minor other UI tweaks.
|
||||||
|
|
||||||
-- 0.7.1
|
-- 0.7.1
|
||||||
|
|
||||||
|
|
1
honk.go
1
honk.go
|
@ -453,6 +453,7 @@ func xzone(w http.ResponseWriter, r *http.Request) {
|
||||||
log.Print(err)
|
log.Print(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func outbox(w http.ResponseWriter, r *http.Request) {
|
func outbox(w http.ResponseWriter, r *http.Request) {
|
||||||
name := mux.Vars(r)["name"]
|
name := mux.Vars(r)["name"]
|
||||||
user, err := butwhatabout(name)
|
user, err := butwhatabout(name)
|
||||||
|
|
Loading…
Reference in New Issue