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 a40d7cb commit fbbd0ceCopy full SHA for fbbd0ce
Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift
@@ -482,7 +482,7 @@ extension MediaAttachment {
482
}
483
484
485
-public struct MediaAttachmentType: RawRepresentable {
+public struct MediaAttachmentType: RawRepresentable, Sendable {
486
public let rawValue: String
487
public init(rawValue: String) {
488
self.rawValue = rawValue
0 commit comments