Skip to content

Commit e108eb9

Browse files
authored
Update channel selection id (#143)
1 parent 195c996 commit e108eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelNavigatableListItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public struct ChannelSelectionInfo: Identifiable {
8181
if let message = message {
8282
id = "\(channel.cid.id)-\(message.id)"
8383
} else {
84-
id = channel.name ?? channel.cid.id
84+
id = channel.cid.id
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)