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 a586528 commit 57726e1Copy full SHA for 57726e1
Sources/StreamChatSwiftUI/ChatChannelList/ChannelHeaderLoader.swift
@@ -82,7 +82,7 @@ open class ChannelHeaderLoader: ObservableObject {
82
}
83
84
85
- func channelAvatarChanged(_ cid: ChannelId?) -> AnyPublisher<Void, Never> {
+ open func channelAvatarChanged(_ cid: ChannelId?) -> AnyPublisher<Void, Never> {
86
didLoadImage
87
.filter { $0 == cid }
88
.map { _ in () }
0 commit comments