Implement is_falling_back in accordance to MSC3440 (#8055)
This commit is contained in:
parent
cc9651089e
commit
2acc8fd18b
6 changed files with 23 additions and 23 deletions
|
@ -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",
|
Loading…
Add table
Add a link
Reference in a new issue