all repos — honk @ 137eb139f3cca9fe2d14967e79a9fe77b8cbf09a

my fork of honk

include audio type
Ted Unangst tedu@tedunangst.com
Wed, 09 Oct 2019 10:55:54 -0400
commit

137eb139f3cca9fe2d14967e79a9fe77b8cbf09a

parent

8d2f7232fe20740083f983395742f6eb53c2bbfc

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

jump to
M activity.goactivity.go

@@ -508,6 +508,8 @@ }

return xonkxonkfn(obj, originate(xid)) } return nil + case "Audio": + fallthrough case "Video": fallthrough case "Question":