Skip to content

Commit 9352219

Browse files
[Scheduled] Pull Latest Lexicons
1 parent 4bf58d2 commit 9352219

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

lexicons/tools/ozone/moderation/defs.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,11 @@
300300
"modEventAcknowledge": {
301301
"type": "object",
302302
"properties": {
303-
"comment": { "type": "string" }
303+
"comment": { "type": "string" },
304+
"acknowledgeAccountSubjects": {
305+
"type": "boolean",
306+
"description": "If true, all other reports on content authored by this account will be resolved (acknowledged)."
307+
}
304308
}
305309
},
306310
"modEventEscalate": {

packages/lexicon/lib/src/lexicons.g.dart

+6-1
Original file line numberDiff line numberDiff line change
@@ -10051,7 +10051,12 @@ const toolsOzoneModerationDefs = <String, dynamic>{
1005110051
"modEventAcknowledge": {
1005210052
"type": "object",
1005310053
"properties": {
10054-
"comment": {"type": "string"}
10054+
"comment": {"type": "string"},
10055+
"acknowledgeAccountSubjects": {
10056+
"type": "boolean",
10057+
"description":
10058+
"If true, all other reports on content authored by this account will be resolved (acknowledged)."
10059+
}
1005510060
}
1005610061
},
1005710062
"modEventEscalate": {

website/docs/lexicons/tools/ozone/moderation/defs.md

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Apply/Negate labels on a subject
135135
| Property | Type | Known Values | Required | Description |
136136
| --- | --- | --- | :---: | --- |
137137
| **comment** | string | - || - |
138+
| **acknowledgeAccountSubjects** | boolean | - || If true, all other reports on content authored by this account will be resolved (acknowledged). |
138139

139140
## #modEventEscalate
140141

0 commit comments

Comments
 (0)