bonks should inherit format from xonks, obviously.
This commit is contained in:
parent
64329252e9
commit
944b58b197
2
web.go
2
web.go
|
@ -1202,7 +1202,7 @@ func bonkit(xid string, user *WhatAbout) {
|
||||||
Convoy: xonk.Convoy,
|
Convoy: xonk.Convoy,
|
||||||
Audience: []string{thewholeworld, oonker},
|
Audience: []string{thewholeworld, oonker},
|
||||||
Public: true,
|
Public: true,
|
||||||
Format: "html",
|
Format: xonk.Format,
|
||||||
Place: xonk.Place,
|
Place: xonk.Place,
|
||||||
Onts: xonk.Onts,
|
Onts: xonk.Onts,
|
||||||
Time: xonk.Time,
|
Time: xonk.Time,
|
||||||
|
|
Loading…
Reference in New Issue