all repos — honk @ 35a427d5d6cd687e0e6204881eb68d44616b2dcf

my fork of honk

add Image as supported type
Ted Unangst tedu@tedunangst.com
Sun, 12 Jan 2020 01:15:20 -0500
commit

35a427d5d6cd687e0e6204881eb68d44616b2dcf

parent

3c33da3de45998fc2e92d1c459090f1be09321c8

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

jump to
M activity.goactivity.go

@@ -580,6 +580,8 @@ obj = item

what = "move" case "Audio": fallthrough + case "Image": + fallthrough case "Video": fallthrough case "Question":