diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-24 16:51:40 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-24 16:51:40 +0300 |
commit | e64df67ec397795b8c6ebd06b391d953afe5a766 (patch) | |
tree | 52cbb9d3d02ec1e89d0de09a05d343408c7d4aba /interface | |
parent | fcd9a932cb5542ed8980fc1daba7ee1f0041a3f2 (diff) |
Everything is no longer broken
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/ui.go b/interface/ui.go index c36819a..baa34bc 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -51,7 +51,7 @@ type MainView interface { GetRoom(roomID string) RoomView AddRoom(roomID string) RemoveRoom(roomID string) - SetRooms(roomIDs []string) + SetRooms(rooms map[string]*rooms.Room) SaveAllHistory() UpdateTags(room *rooms.Room, newTags []rooms.RoomTag) |