mindspace: close authority boundaries

This commit is contained in:
john
2026-07-27 15:34:35 +08:00
parent dfab78c75a
commit e94052ff24
78 changed files with 11962 additions and 2162 deletions
-2
View File
@@ -25,7 +25,6 @@ test('quickPlazaFromPublicHtml rejects non-public html paths', async () => {
mindSpacePages: {},
mindSpacePublications: {},
plazaPosts: {},
publishDir: '/tmp/publish',
}),
),
(error) => error?.code === 'invalid_public_html_path',
@@ -76,7 +75,6 @@ test('quickPlazaFromPublicHtml blocks duplicate plaza posts for the same workspa
},
mindSpacePublications: {},
plazaPosts: {},
publishDir: '/tmp/publish',
}),
(error) => error?.code === 'ALREADY_PUBLISHED' && error?.details?.post_id === 'post-chat',
);