diff --git a/src/webpage/channel.ts b/src/webpage/channel.ts index 9f17d7a..bd3f30f 100644 --- a/src/webpage/channel.ts +++ b/src/webpage/channel.ts @@ -2827,11 +2827,7 @@ class Channel extends SnowFlake { build += ", "; } i++; - if (thing.nick) { - build += thing.nick; - } else { - build += thing.user.username; - } + build += thing.name; showing = true; } } else {