Skip to content

Commit fbbd0ce

Browse files
committed
Add Sendable to MediaAttachmentType
1 parent a40d7cb commit fbbd0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ extension MediaAttachment {
482482
}
483483
}
484484

485-
public struct MediaAttachmentType: RawRepresentable {
485+
public struct MediaAttachmentType: RawRepresentable, Sendable {
486486
public let rawValue: String
487487
public init(rawValue: String) {
488488
self.rawValue = rawValue

0 commit comments

Comments
 (0)