feat: add In-Reply-To option (#165)
This commit is contained in:
@@ -605,6 +605,10 @@
|
||||
"scheduledAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"inReplyToId": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -758,6 +762,10 @@
|
||||
"scheduledAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"inReplyToId": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
Reference in New Issue
Block a user