fix: move workspace metadata authority to server database

This commit is contained in:
2026-09-14 18:31:04 +09:00
parent d2cb50d081
commit e3f5445a02
8 changed files with 318 additions and 568 deletions
+1 -1
View File
@@ -590,7 +590,7 @@ pub struct WorkspaceResponse {
pub extension_points: WorkspaceExtensionPoints,
}
/// Workspace identity metadata exposed by the current settings resource.
/// Workspace display metadata exposed from the Server DB settings authority.
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
#[cfg_attr(feature = "typescript", derive(ts_rs::TS))]
#[serde(deny_unknown_fields)]