You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The very first version of this is implemented in 5acfca2, but I'll leave this issue open to track improvements that might be made to this functionality.
The message history could be written to disk and reloaded whenever the application is started.
For starters, we could do something naiive like writing a JSON array, but that will stop scaling at some point.
I'm thinking that this should live in
$XDG_DATA_HOME/muscadine/history.json
or similar.The text was updated successfully, but these errors were encountered: