From 944b58b19741befd003bf7029d25d37c76070ccc Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 4 May 2022 22:50:56 -0400 Subject: [PATCH] bonks should inherit format from xonks, obviously. --- web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.go b/web.go index 4ddf1b3..9a84518 100644 --- a/web.go +++ b/web.go @@ -1202,7 +1202,7 @@ func bonkit(xid string, user *WhatAbout) { Convoy: xonk.Convoy, Audience: []string{thewholeworld, oonker}, Public: true, - Format: "html", + Format: xonk.Format, Place: xonk.Place, Onts: xonk.Onts, Time: xonk.Time,