You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
log when switching start event
This commit is contained in:
@@ -130,6 +130,8 @@ export class VerificationBase extends EventEmitter {
|
|||||||
|
|
||||||
switchStartEvent(event) {
|
switchStartEvent(event) {
|
||||||
if (this.canSwitchStartEvent(event)) {
|
if (this.canSwitchStartEvent(event)) {
|
||||||
|
logger.log("Verification Base: switching verification start event",
|
||||||
|
{restartingFlow: !!this._rejectEvent});
|
||||||
if (this._rejectEvent) {
|
if (this._rejectEvent) {
|
||||||
const reject = this._rejectEvent;
|
const reject = this._rejectEvent;
|
||||||
this._rejectEvent = undefined;
|
this._rejectEvent = undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user