rename conversations to rooms

This commit is contained in:
Jon Staab
2024-08-22 12:21:54 -07:00
parent a911bb5100
commit ae6c03d975
5 changed files with 18 additions and 19 deletions
-2
View File
@@ -1,5 +1,3 @@
# Flotilla
A discord-like nostr client. WIP.
Figure out state management. Add fetched_at to all events. `fetch` batches and loads, `get` gets the value, `derive` returns a store. For optimization, create getters for everything that uses `get` a lot.