Skip to content

Commit

Permalink
Remove message from reaction schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed May 25, 2019
1 parent 7cb79bb commit 616754a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions web/reactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,13 @@
},
"channel": {
"type": "string"
},
"message": {
"$ref": "../objects/message.json"
}
},
"id": "message",
"required": [
"ok",
"type",
"channel",
"message"
"channel"
]
},
{
Expand Down Expand Up @@ -395,16 +391,12 @@
},
"channel": {
"type": "string"
},
"message": {
"$ref": "../objects/message.json"
}
},
"id": "message",
"required": [
"type",
"channel",
"message"
"channel"
]
},
{
Expand Down

0 comments on commit 616754a

Please sign in to comment.