diff --git a/internal/window/quickswitcher/items.go b/internal/window/quickswitcher/items.go index 7cfd2057..4935fe6d 100644 --- a/internal/window/quickswitcher/items.go +++ b/internal/window/quickswitcher/items.go @@ -50,8 +50,6 @@ func newChannelItem(state *gtkcord.State, guild *discord.Guild, ch *discord.Chan if ch.Name != "" { item.name = ch.Name - } else if len(ch.DMRecipients) == 1 { - item.name = ch.DMRecipients[0].Tag() } else { item.name = gtkcord.RecipientNames(ch) }