From 7ad2103f8f2c9b7e3d12554634a68db973a05b36 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 5 Apr 2019 23:44:17 +0300 Subject: Move history storage to matrix package. Fixes #90 --- gomuks.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gomuks.go') diff --git a/gomuks.go b/gomuks.go index 3e30035..8d5ac76 100644 --- a/gomuks.go +++ b/gomuks.go @@ -61,8 +61,8 @@ func NewGomuks(uiProvider ifc.UIProvider) *Gomuks { // Save saves the active session and message history. func (gmx *Gomuks) Save() { gmx.config.SaveAll() - debug.Print("Saving history...") - gmx.ui.MainView().SaveAllHistory() + //debug.Print("Saving history...") + //gmx.ui.MainView().SaveAllHistory() } // StartAutosave calls Save() every minute until it receives a stop signal -- cgit v1.2.3