diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-22 19:51:20 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-22 19:54:31 +0200 |
commit | 702a75a8c0355737e3e62735b59fe30bee7e42f4 (patch) | |
tree | 538b2acd579eabf893fd1f63bc7093b65b620f28 /interface | |
parent | 232f7fe1be917bf91f6342946f6d001948b8559e (diff) |
Save history to disk. Fixes #1
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) |