mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 07:31:38 +01:00
Remove unused code
This commit is contained in:
parent
0588d04742
commit
ac1a16d548
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user