diff options
| author | 2025-04-26 15:03:05 +0200 | |
|---|---|---|
| committer | 2025-04-26 15:03:05 +0200 | |
| commit | f7323c065a086533ce8c7f0f0cb3f69a80539992 (patch) | |
| tree | ba1451f4d1c1841bcc0867599673d9527c31f2bf /internal/api/client/statuses/statusboost_test.go | |
| parent | [performance] rewrite timelines to rely on new timeline cache type (#3941) (diff) | |
| download | gotosocial-f7323c065a086533ce8c7f0f0cb3f69a80539992.tar.xz | |
[feature] Update attachment format, receive + send `focalPoint` prop + use it on the frontend (#4052)
* [feature] Update attachment format, receive + send `focalPoint` prop + use it on the frontend
* whoops
* boop
* restore function signature of ExtractAttachments
Diffstat (limited to 'internal/api/client/statuses/statusboost_test.go')
| -rw-r--r-- | internal/api/client/statuses/statusboost_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/client/statuses/statusboost_test.go b/internal/api/client/statuses/statusboost_test.go index a9fee34f7..703dc580c 100644 --- a/internal/api/client/statuses/statusboost_test.go +++ b/internal/api/client/statuses/statusboost_test.go @@ -193,8 +193,8 @@ func (suite *StatusBoostTestSuite) TestPostBoost() { "id": "01F8MH6NEM8D7527KZAECTCR76", "meta": { "focus": { - "x": 0, - "y": 0 + "x": -0.5, + "y": 0.5 }, "original": { "aspect": 1.9047619, |
