fix(plugins): preserve settings slot and privileged tier
This commit is contained in:
committed by
Linus Rath
parent
9da27df249
commit
95b5a81924
@@ -341,6 +341,7 @@ export async function POST(request: NextRequest) {
|
||||
author: (manifest.author as string) || 'Unknown',
|
||||
description: (manifest.description as string) || '',
|
||||
type: (manifest.type as string) || 'hook',
|
||||
...(manifest.tier === 'privileged' ? { tier: 'privileged' } : {}),
|
||||
permissions,
|
||||
entrypoint,
|
||||
enabled: existingPlugin?.enabled ?? true,
|
||||
|
||||
Reference in New Issue
Block a user