From 702a75a8c0355737e3e62735b59fe30bee7e42f4 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 22 Mar 2018 19:51:20 +0200 Subject: Save history to disk. Fixes #1 --- interface/ui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'interface') 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) -- cgit v1.2.3