From 602c8583791ca3b9c929dbb26f84f860ce57c26b Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:44:08 +0200 Subject: [chore] Thumbnail only first frame of animated media (#3448) --- internal/api/client/instance/instancepatch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api') diff --git a/internal/api/client/instance/instancepatch_test.go b/internal/api/client/instance/instancepatch_test.go index e309ff4ca..5eb15820e 100644 --- a/internal/api/client/instance/instancepatch_test.go +++ b/internal/api/client/instance/instancepatch_test.go @@ -858,7 +858,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch8() { "static_url": "http://localhost:8080/fileserver/01AY6P665V14JJR0AFVRT7311Y/attachment/small/`+instanceAccount.AvatarMediaAttachment.ID+`.webp",`+` "thumbnail_static_type": "image/webp", "thumbnail_description": "A bouncing little green peglin.", - "blurhash": "LE9801Rl4Yt5%dWCV]t5Dmoex?WC" + "blurhash": "LF9Hm*Rl4Yt5.4RlRSt5IXkBxsj[" }`, string(instanceV2ThumbnailJson)) // double extra special bonus: now update the image description without changing the image -- cgit v1.2.3