From 6ce45d2f23c931bfe09433a032cc5d6c9d4a7b02 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 26 Apr 2019 15:46:55 -0400 Subject: [PATCH] expansive search of the federation did not reveal any signs of intelligent gifs --- activity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activity.go b/activity.go index b5713b2..32c1a75 100644 --- a/activity.go +++ b/activity.go @@ -521,7 +521,7 @@ func xonkxonk(user *WhatAbout, item interface{}) *Honk { 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)