From d85d79d92b09c4647c61b31b3c899529c97f221a Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 31 Aug 2022 16:38:16 +0100 Subject: [PATCH] Reset matrix-js-sdk back to develop branch --- package.json | 2 +- src/events/EventTileFactory.tsx | 2 +- yarn.lock | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ded8271ac3..6e2b42d25e 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "maplibre-gl": "^1.15.2", "matrix-encrypt-attachment": "^1.0.3", "matrix-events-sdk": "^0.0.1-beta.7", - "matrix-js-sdk": "19.4.0", + "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop", "matrix-widget-api": "^1.0.0", "minimist": "^1.2.5", "opus-recorder": "^8.0.3", diff --git a/src/events/EventTileFactory.tsx b/src/events/EventTileFactory.tsx index 676d8913a3..53b9049c00 100644 --- a/src/events/EventTileFactory.tsx +++ b/src/events/EventTileFactory.tsx @@ -88,7 +88,7 @@ const EVENT_TILE_TYPES = new Map([ [M_POLL_START.altName, MessageEventFactory], [EventType.KeyVerificationCancel, KeyVerificationConclFactory], [EventType.KeyVerificationDone, KeyVerificationConclFactory], - [EventType.CallInvite, CallEventFactory], // note that this requires a special factory type + [EventType.CallInvite, LegacyCallEventFactory], // note that this requires a special factory type ]); const STATE_EVENT_TILE_TYPES = new Map([ diff --git a/yarn.lock b/yarn.lock index af28d06137..2a056b88b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6745,10 +6745,9 @@ matrix-events-sdk@^0.0.1-beta.7: resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.7.tgz#5ffe45eba1f67cc8d7c2377736c728b322524934" integrity sha512-9jl4wtWanUFSy2sr2lCjErN/oC8KTAtaeaozJtrgot1JiQcEI4Rda9OLgQ7nLKaqb4Z/QUx/fR3XpDzm5Jy1JA== -matrix-js-sdk@19.4.0: +"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop": version "19.4.0" - resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-19.4.0.tgz#ea333ec3b7893ea953bd1ac00c0ce1108fffc0d0" - integrity sha512-B8Mm4jCsCHaMaChcdM3VhZDVKrn0nMSDtYvHmS15Iu8Pe0G4qmIpk2AoADBAL9U9yN3pCqvs3TDXaQhM8UxRRA== + resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/cbcf47d5c01b6799f85f8499124a042bdd37c061" dependencies: "@babel/runtime" "^7.12.5" another-json "^0.2.0"