1
0
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:
Nik Clayton 2025-01-03 17:23:40 +01:00 committed by GitHub
parent 4f8a46d859
commit 047de3b135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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