Add seperation of voice channels, creation of new ones, and move around users
This commit is contained in:
@@ -46,7 +46,7 @@ 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.
|
||||
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 mixed text-and-voice channel list from server-directory responses so every member converges on the same room structure.
|
||||
|
||||
## How the two backends differ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user