all repos — honk @ 2b01262a5a8d0ac290d71229ee4595057e3b3917

my fork of honk

ignore service updates
Ted Unangst tedu@tedunangst.com
Wed, 21 Apr 2021 21:02:47 -0400
commit

2b01262a5a8d0ac290d71229ee4595057e3b3917

parent

8da0e29a53a906cbf889bbd1a41ac96cd1deeb91

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M web.goweb.go

@@ -398,6 +398,8 @@ obj, ok := j.GetMap("object")

if ok { what, _ := obj.GetString("type") switch what { + case "Service": + fallthrough case "Person": return case "Question":