Skip to content

Commit

Permalink
empties bot queue between rounds, sadly does not solve message append…
Browse files Browse the repository at this point in the history
…ing issue: see issue #34
  • Loading branch information
agnescameron committed Mar 26, 2020
1 parent fcf8cde commit 0c15d21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ class App extends Component {
})
}
}

//clear out the message queue
this.setState({botQueue: []})
}

checkTimeout = (Component) => {
Expand Down

0 comments on commit 0c15d21

Please sign in to comment.