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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",