diff options
author | 2024-10-18 15:44:08 +0200 | |
---|---|---|
committer | 2024-10-18 15:44:08 +0200 | |
commit | 602c8583791ca3b9c929dbb26f84f860ce57c26b (patch) | |
tree | 9c9e3a982d2b0d0f1ae1229e310add92b529add9 /internal/api | |
parent | [bugfix] Fix occasionally streaming empty messages (#3456) (diff) | |
download | gotosocial-602c8583791ca3b9c929dbb26f84f860ce57c26b.tar.xz |
[chore] Thumbnail only first frame of animated media (#3448)
Diffstat (limited to 'internal/api')
-rw-r--r-- | internal/api/client/instance/instancepatch_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |