Add support for labeled-response

It's just used to avoid mixing up messages coming from the server
so far.
This commit is contained in:
Simon Ser 2021-06-04 20:38:01 +02:00
parent 34078d5da7
commit 0dfb7623db
3 changed files with 43 additions and 5 deletions

View file

@ -704,6 +704,7 @@ export default class App extends Component {
case "BATCH":
case "TAGMSG":
case "CHATHISTORY":
case "ACK":
// Ignore these
break;
default: