here comes 7.2
This commit is contained in:
parent
42f6aab4e5
commit
aad6f60e85
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
changelog
|
||||
|
||||
-- v
|
||||
-- 0.7.2
|
||||
|
||||
+ Add the funzone.
|
||||
+ Add the funzone. Minor other UI tweaks.
|
||||
|
||||
-- 0.7.1
|
||||
|
||||
|
|
1
honk.go
1
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)
|
||||
|
|
Loading…
Reference in a new issue