aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/view-main.go')
-rw-r--r--ui/view-main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/view-main.go b/ui/view-main.go
index 5b6efa8..bda53ad 100644
--- a/ui/view-main.go
+++ b/ui/view-main.go
@@ -386,6 +386,7 @@ func (view *MainView) NotifyMessage(room *rooms.Room, message ifc.Message, shoul
}
// TODO this should probably happen somewhere else
+ // (actually it's probably completely broken now)
message.SetIsHighlight(should.Highlight)
}