From 06f7651bef10580d6185f8081a22d97ecef8d590 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 27 May 2021 21:58:37 +0200 Subject: [PATCH] Ignore TAGMSG messages We get these from clients that support typing notifications, for instance. --- components/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/app.js b/components/app.js index 620f0d3..bcecc17 100644 --- a/components/app.js +++ b/components/app.js @@ -862,6 +862,7 @@ export default class App extends Component { case "PING": case "PONG": case "BATCH": + case "TAGMSG": // Ignore these break; default: