You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
WIP
This commit is contained in:
@@ -161,6 +161,7 @@ export default class KeyVerificationStateObserver {
|
||||
}
|
||||
|
||||
this.otherPartyUserId = fromUserId === this._client.getUserId() ? toUserId : fromUserId;
|
||||
console.log("KeyVerificationStateObserver update for txnId", this._requestEvent.getId(), {accepted: this.accepted, cancelled: this.cancelled, done: this.done});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user