aboutsummaryrefslogtreecommitdiff
path: root/ui/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commands.go')
-rw-r--r--ui/commands.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/commands.go b/ui/commands.go
index 9b1ac25..0adbb61 100644
--- a/ui/commands.go
+++ b/ui/commands.go
@@ -119,6 +119,8 @@ func cmdAccept(cmd *Command) {
} else {
cmd.Reply("Successfully accepted invite")
}
+ cmd.MainView.UpdateTags(room)
+ go cmd.MainView.LoadHistory(room.ID)
}
func cmdReject(cmd *Command) {