Organize room list by last received message (ref #11)

This commit is contained in:
Tulir Asokan
2018-04-23 22:49:17 +03:00
parent 16406d6c91
commit 1e8705319a
4 changed files with 139 additions and 98 deletions

View File

@ -49,7 +49,6 @@ type GomuksUI interface {
type MainView interface {
GetRoom(roomID string) RoomView
HasRoom(roomID string) bool
AddRoom(roomID string)
RemoveRoom(roomID string)
SetRooms(roomIDs []string)