Remove unused code

This commit is contained in:
RMidhunSuresh 2023-03-27 14:45:57 +05:30
parent 0588d04742
commit ac1a16d548

View File

@ -110,17 +110,6 @@ export class SASVerification extends EventEmitter<SASProgressEvents> {
this.finished = true; 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"; import {HomeServer} from "../../../mocks/HomeServer.js";