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:
parent
34078d5da7
commit
0dfb7623db
3 changed files with 43 additions and 5 deletions
|
@ -704,6 +704,7 @@ export default class App extends Component {
|
|||
case "BATCH":
|
||||
case "TAGMSG":
|
||||
case "CHATHISTORY":
|
||||
case "ACK":
|
||||
// Ignore these
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue