diff --git a/src/matrix/verification/SAS/SASVerification.ts b/src/matrix/verification/SAS/SASVerification.ts index 9d2de3df..5587eccd 100644 --- a/src/matrix/verification/SAS/SASVerification.ts +++ b/src/matrix/verification/SAS/SASVerification.ts @@ -110,17 +110,6 @@ export class SASVerification extends EventEmitter { this.finished = true; } } - - get otherDeviceId() { - return this.channel?.otherUserDeviceId; - } - - /** - * Returns true if we were created because a "request" message was received - */ - get isStartingWithRequestMessage(): boolean { - return this.startStage instanceof SendReadyStage; - } } import {HomeServer} from "../../../mocks/HomeServer.js";