Rename ReplyThread to ReplyChain to avoid confusion with m.thread

This commit is contained in:
Germain Souquet 2021-10-15 17:42:44 +01:00
parent 4fb0d021ae
commit 5a7c0d87b6
15 changed files with 77 additions and 77 deletions

View file

@ -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 () => {