diff --git a/play.pokemonshowdown.com/src/panel-chat.tsx b/play.pokemonshowdown.com/src/panel-chat.tsx index da82cac50..cf0925f71 100644 --- a/play.pokemonshowdown.com/src/panel-chat.tsx +++ b/play.pokemonshowdown.com/src/panel-chat.tsx @@ -158,6 +158,9 @@ export class ChatRoom extends PSRoom { title: `${this.title}`, body: textContent, }); + } else if (!isIgnored) { + // /nonotify messages (e.g. "friend came online") should still mark the room as unread + this.subtleNotify(); } } else { this.subtleNotify();