mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 10:37:28 -06:00
[feature] Update attachment format, receive + send focalPoint prop + use it on the frontend
This commit is contained in:
parent
68ed7aba25
commit
b841e9e9b1
19 changed files with 595 additions and 81 deletions
|
|
@ -950,6 +950,8 @@ func (d *Dereferencer) fetchStatusAttachments(
|
|||
RemoteURL: &placeholder.RemoteURL,
|
||||
Description: &placeholder.Description,
|
||||
Blurhash: &placeholder.Blurhash,
|
||||
FocusX: &placeholder.FileMeta.Focus.X,
|
||||
FocusY: &placeholder.FileMeta.Focus.Y,
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue