aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-04-10 02:28:24 +0300
committerTulir Asokan <tulir@maunium.net>2019-04-10 02:28:24 +0300
commit099eebfa67fd91646bd57f0876d5e2a77c2c379d (patch)
tree57ff3eae665649f9bc0c78beaa1a01cd1c33544c /ui/view-main.go
parentb668c2cdc7b48f7ec98eb17e7a246f158e7d501a (diff)
Misc changes
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)
}