Ignore TAGMSG messages

We get these from clients that support typing notifications, for
instance.
This commit is contained in:
Simon Ser 2021-05-27 21:58:37 +02:00
parent 74dc78a20b
commit 06f7651bef

View file

@ -862,6 +862,7 @@ export default class App extends Component {
case "PING": case "PING":
case "PONG": case "PONG":
case "BATCH": case "BATCH":
case "TAGMSG":
// Ignore these // Ignore these
break; break;
default: default: