need to copy a few more properties to bonks

This commit is contained in:
Ted Unangst 2019-10-28 15:49:06 -04:00
parent dd048cc9ba
commit 3907a3a611
1 changed files with 3 additions and 0 deletions

3
web.go
View File

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