mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-04 21:35:19 +00:00
fixup tests / comments
This commit is contained in:
@@ -302,7 +302,7 @@ function findMatrixRoomMember(
|
||||
// must be at least 3 parts because we know the first part is a userId which must necessarily contain a colon
|
||||
if (parts.length < 3) {
|
||||
logger.warn(
|
||||
"Livekit participants ID doesn't look like a userId:deviceId combination",
|
||||
`Livekit participants ID (${id}) doesn't look like a userId:deviceId combination`,
|
||||
);
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user