diff --git a/src/webpage/localuser.ts b/src/webpage/localuser.ts index 1575a4e..8684c43 100644 --- a/src/webpage/localuser.ts +++ b/src/webpage/localuser.ts @@ -1087,6 +1087,9 @@ class Localuser { if (channel.voice && this.voiceAllowed) { return; } + if (guild.id === "@me" && (channel as Group).users.length === 1) { + return; + } if (list) { const counts = new Map(); for (const thing of list.d.ops[0].items) {