all repos — honk @ af34371847b743e75bb00820189038a4fc522601

my fork of honk

only say honks, not bonks, are qonks. the silliness never ends.
Ted Unangst tedu@tedunangst.com
Sat, 06 Jul 2019 13:25:25 -0400
commit

af34371847b743e75bb00820189038a4fc522601

parent

88213dafa812870950cd40d11b5fb7cd054cb976

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M activity.goactivity.go

@@ -555,7 +555,9 @@ if convoy == "" {

convoy, _ = obj.GetString("conversation") } if ot == "Question" { - what = "qonk" + if what == "honk" { + what = "qonk" + } content += "<ul>" ans, _ := obj.GetArray("oneOf") for _, ai := range ans {