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 d0e20a9 commit d64ade5Copy full SHA for d64ade5
Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerConfig.swift
@@ -23,7 +23,8 @@ public struct ComposerConfig {
23
inputFont: UIFont = UIFont.preferredFont(forTextStyle: .body),
24
adjustMessageOnSend: @escaping (String) -> (String) = { $0 },
25
adjustMessageOnRead: @escaping (String) -> (String) = { $0 },
26
- attachmentPayloadConverter: @escaping (ChatMessage) -> [AnyAttachmentPayload] = ComposerConfig.defaultAttachmentPayloadConverter
+ attachmentPayloadConverter: @escaping (ChatMessage) -> [AnyAttachmentPayload]
27
+ = ComposerConfig.defaultAttachmentPayloadConverter
28
) {
29
self.inputViewMinHeight = inputViewMinHeight
30
self.inputViewMaxHeight = inputViewMaxHeight
0 commit comments