mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
fix: AccountWarning.status_ids can be null (#1580)
This commit is contained in:
parent
4f8a46d859
commit
047de3b135
@ -43,7 +43,7 @@ aliases: [
|
|||||||
### `status_ids` {#status_ids}
|
### `status_ids` {#status_ids}
|
||||||
|
|
||||||
**Description:** List of status IDs that are relevant to the warning. When `action` is `mark_statuses_as_sensitive` or `delete_statuses`, those are the affected statuses.\
|
**Description:** List of status IDs that are relevant to the warning. When `action` is `mark_statuses_as_sensitive` or `delete_statuses`, those are the affected statuses.\
|
||||||
**Type:** Array of String (cast from integer)\
|
**Type:** {{<nullable>}} Array of String (cast from integer), or null\
|
||||||
**Version history:**\
|
**Version history:**\
|
||||||
4.3.0 - added
|
4.3.0 - added
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user