seems to save toots to disk now

This commit is contained in:
2019-12-19 06:42:41 -08:00
parent 983ff9d35e
commit 46e022c731
3 changed files with 7 additions and 3 deletions

View File

@@ -456,8 +456,6 @@ func (i *Instance) fetchRecentToots() error {
Msgf("unable to parse recent toot list")
i.registerError()
i.Event("TOOT_FETCH_ERROR")
fmt.Printf(string(body))
return err
}