1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Implement is_falling_back in accordance to MSC3440 (#8055)

This commit is contained in:
Germain
2022-03-15 13:52:37 +00:00
committed by GitHub
parent cc9651089e
commit 2acc8fd18b
6 changed files with 23 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ describe("ReplyChain", () => {
},
"m.relates_to": {
"rel_type": "m.replace",
"event_id": originalEventWithRelation.event_id,
"event_id": originalEventWithRelation.getId(),
},
},
user: "some_other_user",
@@ -114,7 +114,7 @@ describe("ReplyChain", () => {
},
"m.relates_to": {
"rel_type": "m.replace",
"event_id": originalEvent.event_id,
"event_id": originalEvent.getId(),
},
},
user: "some_other_user",
@@ -163,7 +163,7 @@ describe("ReplyChain", () => {
},
"m.relates_to": {
"rel_type": "m.replace",
"event_id": originalEventWithRelation.event_id,
"event_id": originalEventWithRelation.getId(),
},
},
user: "some_other_user",
@@ -208,7 +208,7 @@ describe("ReplyChain", () => {
},
"m.relates_to": {
"rel_type": "m.replace",
"event_id": originalEventWithRelation.event_id,
"event_id": originalEventWithRelation.getId(),
},
},
user: "some_other_user",