Skip to content

Commit 93662bf

Browse files
Made executeOnMessageSent in TwoStepMentionCommand open
1 parent 0c41097 commit 93662bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/TwoStepMentionCommand.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ open class TwoStepMentionCommand: CommandHandler {
1616
private let mentionsCommandHandler: MentionsCommandHandler
1717
private let mentionSymbol: String
1818

19-
internal var selectedUser: ChatUser?
19+
public var selectedUser: ChatUser?
2020

2121
public let id: String
2222
public var displayInfo: CommandDisplayInfo?
@@ -130,7 +130,7 @@ open class TwoStepMentionCommand: CommandHandler {
130130
true
131131
}
132132

133-
public func executeOnMessageSent(
133+
open func executeOnMessageSent(
134134
composerCommand: ComposerCommand,
135135
completion: @escaping (Error?) -> Void
136136
) {

0 commit comments

Comments
 (0)