mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(server): add workspace name and avatarKey to database (#10513)
close CLOUD-153
This commit is contained in:
@@ -16,7 +16,7 @@ declare global {
|
||||
export type { Workspace };
|
||||
export type UpdateWorkspaceInput = Pick<
|
||||
Partial<Workspace>,
|
||||
'public' | 'enableAi' | 'enableUrlPreview'
|
||||
'public' | 'enableAi' | 'enableUrlPreview' | 'name' | 'avatarKey'
|
||||
>;
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user