add Image as supported type

This commit is contained in:
Ted Unangst 2020-01-12 01:15:20 -05:00
parent 67dbb4f9d1
commit 19cb38f9a7
1 changed files with 2 additions and 0 deletions

View File

@ -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":