add Image as supported type
This commit is contained in:
parent
67dbb4f9d1
commit
19cb38f9a7
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue