all repos — honk @ 2417d52b4939166e58d8ac57bc35c4eaf1c89e99

my fork of honk

reduce max size a little
Ted Unangst tedu@tedunangst.com
Fri, 04 Oct 2019 21:24:15 -0400
commit

2417d52b4939166e58d8ac57bc35c4eaf1c89e99

parent

f6fa3c53f4287a77d03b77e8794f5c2228debc86

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

jump to
M activity.goactivity.go

@@ -158,7 +158,7 @@ log.Printf("truncation likely")

} if strings.HasPrefix(media, "image") { img, err := image.Vacuum(&buf, - image.Params{LimitSize: 4800 * 4800, MaxWidth: 2048, MaxHeight: 2048}) + image.Params{LimitSize: 4200 * 4200, MaxWidth: 2048, MaxHeight: 2048}) if err != nil { log.Printf("unable to decode image: %s", err) localize = false