diff options
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 36a733b..bded310 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -44,6 +44,7 @@ type MainView interface { AddRoom(roomID string) RemoveRoom(roomID string) SetRooms(roomIDs []string) + SaveAllHistory() SetTyping(roomID string, users []string) AddServiceMessage(roomID string, message string) |