all repos — honk @ e1a7b2e5608ca302ff46b6412ba7e26c059bfcf6

my fork of honk

expansive search of the federation did not reveal any signs of intelligent gifs
Ted Unangst tedu@tedunangst.com
Fri, 26 Apr 2019 15:46:55 -0400
commit

e1a7b2e5608ca302ff46b6412ba7e26c059bfcf6

parent

40cbaec63a2409a3d187c3746a859ab0e8e21e98

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

jump to
M activity.goactivity.go

@@ -521,7 +521,7 @@ if at == "Document" {

mt = strings.ToLower(mt) log.Printf("attachment: %s %s", mt, u) if mt == "image/jpeg" || mt == "image/png" || - mt == "image/gif" || mt == "text/plain" { + mt == "text/plain" { donk := savedonk(u, name, mt) if donk != nil { xonk.Donks = append(xonk.Donks, donk)