You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-04 05:02:41 +03:00
pending excludes observeOnly now, still allow observeOnly requests to get cancelled
This commit is contained in:
@@ -565,7 +565,7 @@ export class VerificationRequest extends EventEmitter {
|
|||||||
*/
|
*/
|
||||||
async handleEvent(type, event, isLiveEvent, isRemoteEcho, isSentByUs) {
|
async handleEvent(type, event, isLiveEvent, isRemoteEcho, isSentByUs) {
|
||||||
// if reached phase cancelled or done, ignore anything else that comes
|
// if reached phase cancelled or done, ignore anything else that comes
|
||||||
if (!this.pending) {
|
if (this.done || this.cancelled) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const wasObserveOnly = this._observeOnly;
|
const wasObserveOnly = this._observeOnly;
|
||||||
|
|||||||
Reference in New Issue
Block a user