self review

This commit is contained in:
Timo K
2026-01-05 21:58:26 +01:00
parent 009c9e046c
commit 69a4189517
5 changed files with 22 additions and 17 deletions

View File

@@ -423,7 +423,8 @@ export function createCallViewModel$(
const ownMembershipIdentity: CallMembershipIdentityParts = {
userId,
deviceId,
// TODO look into this!!!
// This will eventually become the salt for the hash endpoint.
// For now we keep it as the user+device string since it is expected by non matrix matrixRTCMode === Legacy.
memberId: `${userId}:${deviceId}`,
};