You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
Fix incorrect usage of unstable variant of is_falling_back (#2227)
This commit is contained in:
committed by
GitHub
parent
35a375e3d2
commit
40d1674a5c
@@ -107,7 +107,7 @@ export interface IEventRelation {
|
||||
"m.in_reply_to"?: {
|
||||
event_id: string;
|
||||
is_falling_back?: boolean;
|
||||
"io.element.is_falling_back"?: boolean; // unstable variant of `is_falling_back` - MSC3440
|
||||
"io.element.show_reply"?: boolean; // unstable variant of `is_falling_back` - MSC3440
|
||||
};
|
||||
key?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user