Fix bumping unloaded rooms in room list when receiving messages

This commit is contained in:
Tulir Asokan
2019-06-15 17:51:36 +03:00
parent 160b035c4d
commit 0f08c49df4
3 changed files with 18 additions and 2 deletions

View File

@ -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)