Skip to content

Commit fc8cd79

Browse files
committed
Add documentation for show_media, show_media_replies and show_featured
1 parent 4f4dc07 commit fc8cd79

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

content/en/entities/Account.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ aliases: [
5050
"statuses_count": 28468,
5151
"last_status_at": "2019-11-17",
5252
"indexable": true,
53+
"show_media": true,
54+
"show_media_replies": true,
55+
"show_featured": true,
5356
"roles": [],
5457
"emojis": [
5558
{
@@ -303,6 +306,27 @@ aliases: [
303306
**Version history:**\
304307
4.3.0 - added
305308

309+
### `show_media` {#show_media}
310+
311+
**Description:** Whether the account wishes to have a “Media” tab with media attachments on their profile.\
312+
**Type:** Boolean\
313+
**Version history:**\
314+
4.6.0 - added
315+
316+
### `show_media_replies` {#show_media_replies}
317+
318+
**Description:** Whether the account wishes to have replies in the “Media” tab on their profile.\
319+
**Type:** Boolean\
320+
**Version history:**\
321+
4.6.0 - added
322+
323+
### `show_featured` {#show_featured}
324+
325+
**Description:** Whether the account wishes to have a “Featured” tab on their profile.\
326+
**Type:** Boolean\
327+
**Version history:**\
328+
4.6.0 - added
329+
306330
### `roles` {#roles}
307331

308332
**Description:** An array of roles assigned to the user that are publicly visible (highlighted roles only), if the account is local. Will be an empty array if no roles are highlighted or null if the account is remote.\

0 commit comments

Comments
 (0)