diff options
author | Tulir Asokan <tulir@maunium.net> | 2019-06-15 17:51:36 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2019-06-15 17:51:36 +0300 |
commit | 0f08c49df40f77e90e4b5ef7604c74631065faa3 (patch) | |
tree | faaf36bfa7dd891b50bb7fcb01ff738353a034d2 /interface | |
parent | 160b035c4d5b88516cb4d1f4e26ec2e2e0262bcc (diff) |
Fix bumping unloaded rooms in room list when receiving messages
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 1 |
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) |