Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix checkForPreJoinUISI for thread roots #9803

Merged
merged 8 commits into from
Dec 21, 2022
Prev Previous commit
Next Next commit
Merge branch 'develop' into gsouquet/blank-timeline-threads
germain-gg committed Dec 21, 2022
commit c9fbc6c7a5adc354aad3deb7cc2c997a10f59d5c
2 changes: 1 addition & 1 deletion test/components/structures/TimelinePanel-test.tsx
Original file line number Diff line number Diff line change
@@ -517,7 +517,7 @@ describe("TimelinePanel", () => {
});
});

it.only("renders when the last message is an undecryptable thread root", () => {
it("renders when the last message is an undecryptable thread root", () => {
jest.spyOn(SettingsStore, "getValue").mockImplementation((name) => name === "feature_threadstable");

const client = MatrixClientPeg.get();
You are viewing a condensed version of this merge commit. You can view the full changes here.