mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 19:29:32 -06:00
[feature] Allow user to choose "gallery" style web layout
This commit is contained in:
parent
d3c3d34aae
commit
7e689edbe3
82 changed files with 2840 additions and 1154 deletions
|
|
@ -136,6 +136,10 @@ type WebAttachment struct {
|
|||
// MIME type of
|
||||
// the thumbnail.
|
||||
PreviewMIMEType string
|
||||
|
||||
// Link to the URL of the parent
|
||||
// status of this attachment.
|
||||
ParentStatusLink string
|
||||
}
|
||||
|
||||
// MediaMeta models media metadata.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue