Save history to disk. Fixes #1

This commit is contained in:
Tulir Asokan
2018-03-22 19:51:20 +02:00
parent 232f7fe1be
commit 702a75a8c0
8 changed files with 147 additions and 25 deletions

View File

@ -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)