aboutsummaryrefslogtreecommitdiff
path: root/ui/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commands.go')
-rw-r--r--ui/commands.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/commands.go b/ui/commands.go
index 9ef0577..879aca7 100644
--- a/ui/commands.go
+++ b/ui/commands.go
@@ -151,10 +151,7 @@ func cmdReply(cmd *Command) {
}
func cmdRedact(cmd *Command) {
- cmd.Reply("Not yet implemented 3:")
-
- // This needs to be implemented in RoomView's OnSelect method
- //cmd.Room.StartSelecting(SelectRedact, "")
+ cmd.Room.StartSelecting(SelectRedact, strings.Join(cmd.Args, " "))
}
func cmdReact(cmd *Command) {