Organize room list by last received message (ref #11)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user