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
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue