[feature] Allow user to choose "gallery" style web layout

This commit is contained in:
tobi 2025-03-17 14:01:41 +01:00
commit 7e689edbe3
82 changed files with 2840 additions and 1154 deletions

View file

@ -179,6 +179,13 @@ definitions:
description: The default posting content type for new statuses.
type: string
x-go-name: StatusContentType
web_layout:
description: |-
Layout to use for the web view of the account.
"microblog": default, classic microblog layout.
"gallery": gallery layout with media only.
type: string
x-go-name: WebLayout
web_visibility:
description: |-
Visibility level(s) of posts to show for this account via the web api.
@ -4849,6 +4856,13 @@ paths:
in: formData
name: web_visibility
type: string
- description: |-
Layout to use for the web view of the account.
"microblog": default, classic microblog layout.
"gallery": gallery layout with media only.
in: formData
name: web_layout
type: string
- description: Name of 1st profile field to be added to this account's profile. (The index may be any string; add more indexes to send more fields.)
in: formData
name: fields_attributes[0][name]