use actual uuid for member.id

review with some renaming and removal of unnecassary if
This commit is contained in:
Timo K
2026-01-09 17:56:30 +01:00
parent ed3d168ac3
commit 39432310e3
2 changed files with 22 additions and 24 deletions

View File

@@ -92,7 +92,7 @@ export function createMatrixLivekitMembers$({
filter((values) =>
values.every((value) => value.epoch === values[0].epoch),
),
map(([x, y]) => new Epoch([x.value, y.value] as const, x.epoch)),
map(([ms, data]) => new Epoch([ms.value, data.value] as const, ms.epoch)),
generateItemsWithEpoch(
// Generator function.
// creates an array of `{key, data}[]`