Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

Select the types of activity you want to include in your feed.

Fix pre-commit hook

Grace Kind (Mar 31, 2026, 4:36 PM -0500) a1e21817 6049cbf2

+2 -2
.husky/pre-commit
+1 -1
tests/unit/specs/templates/largePost.template.test.js
··· 109 109 }); 110 110 const container = document.createElement("div"); 111 111 render(result, container); 112 - assert(container.textContent.includes("unavailable")); 112 + assert(container.textContent.includes("Blocked")); 113 113 }); 114 114 115 115 it("should render not found post template for not found post", () => {
+1 -1
tests/unit/specs/templates/smallPost.template.test.js
··· 181 181 }); 182 182 const container = document.createElement("div"); 183 183 render(result, container); 184 - assert(container.textContent.includes("unavailable")); 184 + assert(container.textContent.includes("Blocked")); 185 185 }); 186 186 187 187 it("should render not found post template for not found post", () => {