File tree 1 file changed +0
-2
lines changed
vector/src/main/java/im/vector/app/features/home/room/detail/composer
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package im.vector.app.features.home.room.detail.composer
18
18
19
- import androidx.annotation.StringRes
20
19
import im.vector.app.core.platform.VectorViewEvents
21
20
import im.vector.app.features.command.Command
22
21
import im.vector.app.features.command.ParsedCommand
@@ -34,7 +33,6 @@ sealed class MessageComposerViewEvents : VectorViewEvents {
34
33
data class SlashCommandError (val command : Command ) : SendMessageResult()
35
34
data class SlashCommandUnknown (val command : String ) : SendMessageResult()
36
35
data class SlashCommandNotSupportedInThreads (val command : Command ) : SendMessageResult()
37
- data class SlashCommandHandled (@StringRes val messageRes : Int? = null ) : SendMessageResult()
38
36
object SlashCommandLoading : SendMessageResult()
39
37
data class SlashCommandResultOk (val parsedCommand : ParsedCommand ) : SendMessageResult()
40
38
data class SlashCommandResultError (val throwable : Throwable ) : SendMessageResult()
You can’t perform that action at this time.
0 commit comments