mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Ignore TAGMSG messages
We get these from clients that support typing notifications, for instance.
This commit is contained in:
parent
74dc78a20b
commit
06f7651bef
1 changed files with 1 additions and 0 deletions
|
@ -862,6 +862,7 @@ export default class App extends Component {
|
|||
case "PING":
|
||||
case "PONG":
|
||||
case "BATCH":
|
||||
case "TAGMSG":
|
||||
// Ignore these
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue