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

@@ -289,6 +289,7 @@ export default class ThreadView extends React.Component<IProps, IState> {
return {
"rel_type": THREAD_RELATION_TYPE.name,
"event_id": this.state.thread?.id,
"is_falling_back": true,
"m.in_reply_to": {
"event_id": this.state.lastThreadReply?.getId() ?? this.state.thread?.id,
},