fix(directory): load direct board routes

This commit is contained in:
Tommaso Casaburi
2026-05-21 15:27:06 +07:00
parent 616fea39fb
commit 35ffbd257b
7 changed files with 214 additions and 49 deletions
+6 -1
View File
@@ -396,7 +396,12 @@ describe('Board', () => {
routePath: '/:boardIdentifier/*',
});
expect(testState.feedOptionsCalls.map((call) => call.communities)).toContainEqual([{ name: 'bizraelis.bso' }]);
expect(testState.feedOptionsCalls.map((call) => call.communities)).toContainEqual([
{
name: 'bizraelis.bso',
publicKey: '12D3KooWR7nTdKZqZ1twGWMfVsXYDGp1XAKUrnYznKP651jFrizE',
},
]);
});
it('renders the current page feed, inserts recent account comments, and wires footer actions', async () => {