hack-chat / hackchat-client

The default client that is webpacked and distributed in the `main` repository
Do What The F*ck You Want To Public License
27 stars 15 forks source link

Restore chat sessions preventing ghost connections #6

Open marzavec opened 3 years ago

marzavec commented 3 years ago

Related to this todo, restoring a chat session that has gone through a "brown out". This will also fix the long standing bug with ghost nicknames.

After calling the session command, the client may get back a list of previous channels and other meta. It should restore the ui elements, rebuilding the redux store if required.

This feature is semi-dependent on the mutli-channel feature being implemented.