itsthesteve / react-aim

AOL AIM style chat in Deno because why not.
0 stars 0 forks source link

Add public setting to rooms #15

Closed itsthesteve closed 3 months ago

itsthesteve commented 3 months ago

This adds a public key to the rooms being saved.

Public rooms are retrieved by grabbing all rooms and filtering out those created by the current user and if it's marked as public. Possibly a more efficient way of doing this but .... not sure with the lack of Deno's KV usage.