Skip to content

Commit

Permalink
✨ Allow comments in takedown and label
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Nov 22, 2023
1 parent d21b3d9 commit b23a180
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lexicons/com/atproto/admin/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@
"type": "object",
"description": "Take down a subject permanently or temporarily",
"properties": {
"comment": {
"type": "string"
},
"durationInHours": {
"type": "integer",
"description": "Indicates how long the takedown should be in effect before automatically expiring."
Expand Down Expand Up @@ -499,6 +502,9 @@
"description": "Apply/Negate labels on a subject",
"required": ["createLabelVals", "negateLabelVals"],
"properties": {
"comment": {
"type": "string"
},
"createLabelVals": {
"type": "array",
"items": { "type": "string" }
Expand Down

0 comments on commit b23a180

Please sign in to comment.