We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8938fbd commit 821c0bdCopy full SHA for 821c0bd
DemoAppSwiftUI/PinChannelHelpers.swift
@@ -57,7 +57,8 @@ struct DemoAppChatChannelListItem: View {
57
currentUserId: chatClient.currentUserId,
58
message: channel.latestMessages.first
59
),
60
- showReadCount: false
+ showReadCount: false,
61
+ localState: channel.latestMessages.first?.localState
62
)
63
}
64
SubtitleText(text: injectedChannelInfo?.timestamp ?? channel.timestampText)
0 commit comments