bonks should inherit format from xonks, obviously.

This commit is contained in:
Ted Unangst 2022-05-04 22:50:56 -04:00
parent 64329252e9
commit 944b58b197
1 changed files with 1 additions and 1 deletions

2
web.go
View File

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