1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Tests: They find bugs

This commit is contained in:
David Baker
2021-04-20 12:48:54 +01:00
parent 1b31d0622e
commit 74ef760591

View File

@@ -1217,7 +1217,7 @@ export class MatrixCall extends EventEmitter {
this.remoteAssertedIdentity = {
id: event.getContent().asserted_identity.id,
displayName: event.getContent().asserted_identity.displayName,
displayName: event.getContent().asserted_identity.display_name,
};
this.emit(CallEvent.AssertedIdentityChanged);
}