You've already forked matrix-js-sdk
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:
@@ -1217,7 +1217,7 @@ export class MatrixCall extends EventEmitter {
|
|||||||
|
|
||||||
this.remoteAssertedIdentity = {
|
this.remoteAssertedIdentity = {
|
||||||
id: event.getContent().asserted_identity.id,
|
id: event.getContent().asserted_identity.id,
|
||||||
displayName: event.getContent().asserted_identity.displayName,
|
displayName: event.getContent().asserted_identity.display_name,
|
||||||
};
|
};
|
||||||
this.emit(CallEvent.AssertedIdentityChanged);
|
this.emit(CallEvent.AssertedIdentityChanged);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user