Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d85d79d

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent 49729d6 commit d85d79d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"maplibre-gl": "^1.15.2",
9494
"matrix-encrypt-attachment": "^1.0.3",
9595
"matrix-events-sdk": "^0.0.1-beta.7",
96-
"matrix-js-sdk": "19.4.0",
96+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
9797
"matrix-widget-api": "^1.0.0",
9898
"minimist": "^1.2.5",
9999
"opus-recorder": "^8.0.3",

src/events/EventTileFactory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const EVENT_TILE_TYPES = new Map<string, Factory>([
8888
[M_POLL_START.altName, MessageEventFactory],
8989
[EventType.KeyVerificationCancel, KeyVerificationConclFactory],
9090
[EventType.KeyVerificationDone, KeyVerificationConclFactory],
91-
[EventType.CallInvite, CallEventFactory], // note that this requires a special factory type
91+
[EventType.CallInvite, LegacyCallEventFactory], // note that this requires a special factory type
9292
]);
9393

9494
const STATE_EVENT_TILE_TYPES = new Map<string, Factory>([

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,10 +6745,9 @@ matrix-events-sdk@^0.0.1-beta.7:
67456745
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.7.tgz#5ffe45eba1f67cc8d7c2377736c728b322524934"
67466746
integrity sha512-9jl4wtWanUFSy2sr2lCjErN/oC8KTAtaeaozJtrgot1JiQcEI4Rda9OLgQ7nLKaqb4Z/QUx/fR3XpDzm5Jy1JA==
67476747

6748-
matrix-js-sdk@19.4.0:
6748+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
67496749
version "19.4.0"
6750-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-19.4.0.tgz#ea333ec3b7893ea953bd1ac00c0ce1108fffc0d0"
6751-
integrity sha512-B8Mm4jCsCHaMaChcdM3VhZDVKrn0nMSDtYvHmS15Iu8Pe0G4qmIpk2AoADBAL9U9yN3pCqvs3TDXaQhM8UxRRA==
6750+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/cbcf47d5c01b6799f85f8499124a042bdd37c061"
67526751
dependencies:
67536752
"@babel/runtime" "^7.12.5"
67546753
another-json "^0.2.0"

0 commit comments

Comments
 (0)