1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Implement reply chain fallback for threads backwards compatibility (#7565)

This commit is contained in:
Germain
2022-01-19 09:06:48 +00:00
committed by GitHub
parent a00d359422
commit 41b9e4aa4f
6 changed files with 87 additions and 40 deletions

View File

@@ -302,6 +302,7 @@ describe('<SendMessageComposer/>', () => {
rel_type: RelationType.Thread,
event_id: "myFakeThreadId",
}}
includeReplyLegacyFallback={false}
/>
</RoomContext.Provider>
</MatrixClientContext.Provider>);