Use updates stable relations from js-sdk (#8715)

* Use updates stable relations from js-sdk

* Relations is now accessible on the Room instead

* Reuse more existing code and ditch confusing `isThreadRelation`

* Fix last usage of removed `isThreadRelation`

* Update tests to match removal of isThreadRelation

* Tweak method naming to closer match spec

* Fix missing method name change
This commit is contained in:
Michael Telatynski
2022-06-07 11:16:54 +01:00
committed by GitHub
parent 56b0b79fb7
commit 21d0aaf524
8 changed files with 26 additions and 54 deletions
-1
View File
@@ -285,7 +285,6 @@ class MatrixClientPegClass implements IMatrixClientPeg {
SHOW_QR_CODE_METHOD,
verificationMethods.RECIPROCATE_QR_CODE,
],
unstableClientRelationAggregation: true,
identityServer: new IdentityAuthClient(),
cryptoCallbacks: {},
};