need to copy a few more properties to bonks
This commit is contained in:
parent
dd048cc9ba
commit
3907a3a611
3
web.go
3
web.go
|
@ -986,6 +986,9 @@ func submitbonk(w http.ResponseWriter, r *http.Request) {
|
||||||
Audience: []string{thewholeworld, oonker},
|
Audience: []string{thewholeworld, oonker},
|
||||||
Public: true,
|
Public: true,
|
||||||
Format: "html",
|
Format: "html",
|
||||||
|
Place: xonk.Place,
|
||||||
|
Onts: xonk.Onts,
|
||||||
|
Time: xonk.Time,
|
||||||
}
|
}
|
||||||
|
|
||||||
err = savehonk(bonk)
|
err = savehonk(bonk)
|
||||||
|
|
Loading…
Reference in New Issue