Add visibility attribute for spaces

This commit is contained in:
Hakan Shehu
2025-01-15 01:29:20 +01:00
parent fce5bdc60d
commit 81583cf054
4 changed files with 4 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ export class NodeGenerator {
description,
collaborators,
avatar,
visibility: 'private',
};
const user = this.getMainUser();