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 0c41097 commit 93662bfCopy full SHA for 93662bf
Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/TwoStepMentionCommand.swift
@@ -16,7 +16,7 @@ open class TwoStepMentionCommand: CommandHandler {
16
private let mentionsCommandHandler: MentionsCommandHandler
17
private let mentionSymbol: String
18
19
- internal var selectedUser: ChatUser?
+ public var selectedUser: ChatUser?
20
21
public let id: String
22
public var displayInfo: CommandDisplayInfo?
@@ -130,7 +130,7 @@ open class TwoStepMentionCommand: CommandHandler {
130
true
131
}
132
133
- public func executeOnMessageSent(
+ open func executeOnMessageSent(
134
composerCommand: ComposerCommand,
135
completion: @escaping (Error?) -> Void
136
) {
0 commit comments