File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Sources/StreamChatSwiftUI/ChatChannel/Composer Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010### ✅ Added
1111- Added a factory method for customizing the composer text input view
1212
13+ ### 🔄 Changed
14+ - Exposed mentionedUsers in the MessageComposerViewModel
15+
1316# [ 4.31.0] ( https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.31.0 )
1417_ April 25, 2023_
1518
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ open class MessageComposerViewModel: ObservableObject {
138138 with: channelController
139139 )
140140
141- private ( set ) var mentionedUsers = Set < ChatUser > ( )
141+ public var mentionedUsers = Set < ChatUser > ( )
142142
143143 private var messageText : String {
144144 if let composerCommand = composerCommand,
You can’t perform that action at this time.
0 commit comments