From 19cb38f9a7d4e6af47cd15a7bb52b8c5fde342f0 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 12 Jan 2020 01:15:20 -0500 Subject: [PATCH] add Image as supported type --- activity.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activity.go b/activity.go index 0cb4773..1943b3b 100644 --- a/activity.go +++ b/activity.go @@ -580,6 +580,8 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk { what = "move" case "Audio": fallthrough + case "Image": + fallthrough case "Video": fallthrough case "Question":