ThePandemoniumInstitute / botc-release

The Official Blood on the Clocktower App
https://botc.app
33 stars 2 forks source link

Keep chat messages across reloads #128

Open Unbaloav opened 8 months ago

Unbaloav commented 8 months ago

Describe the bug When you reload the site (eg. because of people not hearing you) you loose your entire chat.

Expected behavior I think it would be better if you could still see the messages send to you right before reconnecting.

Standalone app (please complete the following information):

bra1n commented 8 months ago

Hi @Unbaloav, what you reported is not really a bug, but rather how the chat is implemented. Right now, it is not stored anywhere, so when you reload the app, it will be reset just like a lot of other things. I could keep it saved locally, but I'm not sure that this would be worthwile - text messages are meant to be "fleeting".