mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Ignore TAGMSG messages
We get these from clients that support typing notifications, for instance.
This commit is contained in:
parent
74dc78a20b
commit
06f7651bef
@ -862,6 +862,7 @@ export default class App extends Component {
|
||||
case "PING":
|
||||
case "PONG":
|
||||
case "BATCH":
|
||||
case "TAGMSG":
|
||||
// Ignore these
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user