feat: Allow admin to create new text channels
This commit is contained in:
@@ -46,6 +46,8 @@ Both backends store the same entity types:
|
||||
|
||||
The IndexedDB schema is at version 2.
|
||||
|
||||
The persisted `rooms` store is a local cache of room metadata. Channel topology is still server-owned metadata: after room create, join, view, or channel-management changes, the renderer should hydrate the authoritative channel list from server-directory responses so every member converges on the same room structure.
|
||||
|
||||
## How the two backends differ
|
||||
|
||||
### Browser (IndexedDB)
|
||||
|
||||
Reference in New Issue
Block a user