Exclude ServerConfig.extensionStores from GraphQL

This commit is contained in:
Syer10
2026-06-17 21:38:30 -04:00
parent 9667aeba18
commit 3b3770cb3d

View File

@@ -1120,6 +1120,7 @@ class ServerConfig(
group = SettingGroup.EXTENSION,
privacySafe = true,
defaultValue = emptyList(),
requiresRestart = true,
itemValidator = { url ->
if (url.isNotEmpty()) {
null