1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Revert "Ignore party ID if opponent is v0"

This commit is contained in:
David Baker
2020-12-21 13:48:06 +00:00
committed by GitHub
parent ef392785e8
commit 7046fa3224
5 changed files with 8 additions and 78 deletions

View File

@@ -142,7 +142,6 @@ export interface ICreateClientOpts {
unstableClientRelationAggregation?: boolean;
verificationMethods?: Array<any>;
forceTURN?: boolean;
supportsTransfer?: boolean,
fallbackICEServerAllowed?: boolean;
cryptoCallbacks?: ICryptoCallbacks;
}