You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/entities/Account.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ aliases: [
50
50
"statuses_count": 28468,
51
51
"last_status_at": "2019-11-17",
52
52
"indexable": true,
53
+
"show_media": true,
54
+
"show_media_replies": true,
55
+
"show_featured": true,
53
56
"roles": [],
54
57
"emojis": [
55
58
{
@@ -303,6 +306,27 @@ aliases: [
303
306
**Version history:**\
304
307
4.3.0 - added
305
308
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
+
306
330
### `roles` {#roles}
307
331
308
332
**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