mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(desktop): show participant names for group DMs (#460)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,8 @@ function isGenericDmChannelName(name: string) {
|
||||
normalized.length === 0 ||
|
||||
normalized === "dm" ||
|
||||
normalized === "direct message" ||
|
||||
normalized === "direct messages"
|
||||
normalized === "direct messages" ||
|
||||
/^group dm\s*(\(\d+\))?$/.test(normalized)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user