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
I'm wondering if we want to save chat settings (ie ignored nicks, chat color, etc) to the server. This would require an additional API, not sure if we want to deal with that right now (@jnicol4, I think this is your area?)
The text was updated successfully, but these errors were encountered:
Do the settings you have in mind need to be on the server, in the sense that all clients access to other's settings? If not, local storage might be the better choice.
The reason I suggest this is that this way your username color, ignored list, etc. would be persisted across browsers and computers. They don't "need" to be stored on the server, but it would be nice.
I'm wondering if we want to save chat settings (ie ignored nicks, chat color, etc) to the server. This would require an additional API, not sure if we want to deal with that right now (@jnicol4, I think this is your area?)
The text was updated successfully, but these errors were encountered: