aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-15 17:51:36 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-15 17:51:36 +0300
commit0f08c49df40f77e90e4b5ef7604c74631065faa3 (patch)
treefaaf36bfa7dd891b50bb7fcb01ff738353a034d2 /interface
parent160b035c4d5b88516cb4d1f4e26ec2e2e0262bcc (diff)
Fix bumping unloaded rooms in room list when receiving messages
Diffstat (limited to 'interface')
-rw-r--r--interface/ui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/ui.go b/interface/ui.go
index 48a6007..ad2458a 100644
--- a/interface/ui.go
+++ b/interface/ui.go
@@ -44,6 +44,7 @@ type MainView interface {
AddRoom(room *rooms.Room)
RemoveRoom(room *rooms.Room)
SetRooms(rooms *rooms.RoomCache)
+ Bump(room *rooms.Room)
UpdateTags(room *rooms.Room)