Skip to content

Commit dedcf2f

Browse files
Make sendMessage in MessageComposerViewModel open (#779)
1 parent 25775f3 commit dedcf2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010
### 🔄 Changed
1111
- Uploading a HEIC photo from the library is now converted to JPEG for better compatibility [#767](https://github.com/GetStream/stream-chat-swiftui/pull/767)
1212
- Customizing the message avatar view is reflected in all views that use it [#772](https://github.com/GetStream/stream-chat-swiftui/pull/772)
13+
- Made the sendMessage method in MessageComposerViewModel open [#779](https://github.com/GetStream/stream-chat-swiftui/pull/779)
1314
- Move `ChangeBarsVisibilityModifier` into `ViewFactory` for better customization [#774](https://github.com/GetStream/stream-chat-swiftui/pull/774)
1415

1516
# [4.73.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.73.0)

Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ open class MessageComposerViewModel: ObservableObject {
219219
)
220220
}
221221

222-
public func sendMessage(
222+
open func sendMessage(
223223
quotedMessage: ChatMessage?,
224224
editedMessage: ChatMessage?,
225225
isSilent: Bool = false,

0 commit comments

Comments
 (0)