You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
Rename ReplyThread to ReplyChain to avoid confusion with m.thread
This commit is contained in:
@@ -142,7 +142,7 @@ describe("ForwardDialog", () => {
|
||||
});
|
||||
|
||||
const wrapper = await mountForwardDialog(replyMessage);
|
||||
expect(wrapper.find("ReplyThread")).toBeTruthy();
|
||||
expect(wrapper.find("ReplyChain")).toBeTruthy();
|
||||
});
|
||||
|
||||
it("disables buttons for rooms without send permissions", async () => {
|
||||
|
Reference in New Issue
Block a user