Skip to content

Conversation

@testableapple
Copy link
Contributor

🔗 Issue Links

#1013

@testableapple testableapple requested a review from a team as a code owner October 21, 2025 09:19
@github-actions
Copy link

Public Interface

+ public class AttachmentTextViewOptions  
+ 
+   public let message: ChatMessage
+   
+ 
+   public init(mesage: ChatMessage)



 extension ViewFactory  
+   public func makeAttachmentTextView(options: AttachmentTextViewOptions)-> some View

 public struct AttachmentTextView: View  
-   public init(message: ChatMessage,injectedBackgroundColor: UIColor? = nil)
+   public init(factory: Factory = DefaultViewFactory.shared,message: ChatMessage,injectedBackgroundColor: UIColor? = nil)

@Stream-SDK-Bot
Copy link
Collaborator

SDK Size

title develop branch diff status
StreamChatSwiftUI 9.57 MB 9.58 MB +13 KB 🟢

@sonarqubecloud
Copy link

@Stream-SDK-Bot
Copy link
Collaborator

StreamChatSwiftUI XCSize

Object Diff (bytes)
ImageAttachmentView.o +1424
MessageView.o +709
DefaultViewFactory.o +490
VoiceRecordingContainerView.o +336
LinkAttachmentView.o -303
VideoAttachmentView.o +232
ViewFactory.o +92

@testableapple testableapple merged commit a0b9f51 into develop Oct 21, 2025
11 checks passed
@testableapple testableapple deleted the test/make-attachment-text-view branch October 21, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants