Token state not showing on load, or after message is finished. (#5606)
This commit is contained in:
@@ -3321,12 +3321,16 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"reason",
|
||||
"token_state",
|
||||
"type"
|
||||
],
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"token_state": {
|
||||
"$ref": "#/components/schemas/TokenState"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user