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