feat: publish workspace

This commit is contained in:
DiamondThree
2023-01-11 12:12:12 +08:00
parent eef467558e
commit ee6138134d
6 changed files with 38 additions and 57 deletions

View File

@@ -125,6 +125,7 @@ export class AffineProvider extends BaseProvider {
const workspaces: WorkspaceMeta0[] = workspacesList.map(w => {
return {
...w,
published: w.public,
memberCount: 0,
name: '',
provider: 'affine',