sd012gfhkhhvh / Slate.AI

A Real Time Whiteboard for doodling with multiple peoples
https://slate-ai.vercel.app
MIT License
11 stars 16 forks source link

[FEATURE] - Store the Room chats locally in the browser. #21

Closed sd012gfhkhhvh closed 7 months ago

sd012gfhkhhvh commented 7 months ago

Is your feature request related to a problem? Please describe: The room chats are volatile, it vanishes when the chatbox closes.. It is not a desired behaviour of a room chat. The chats history should be there untill a user got disconnected or leaves the room.

Describe the Solution You'd Like: Use local storage of the browser to store the chats for a session. Once the user got disconnected the chats should be gone even if he rejoins.

JavidSumra commented 7 months ago

I Would Like to Work on this Issue Under JWOC 2024

JavidSumra commented 7 months ago

Hello @sd012gfhkhhvh, could you please provide more details about this feature? From my understanding, it involves persisting messages, and when a user leaves the room, the messages need to be erased. Is that correct?

sd012gfhkhhvh commented 7 months ago

issue#21 has been resolved and pr#24 got merged successfully