feat(ui-flow): IPC for webhook relay dry-run and archive health prefs (v0.8.79)
Expose dry-run-digest-webhook-relay, refresh-archive-peer-health, and set-archive-health-prefs sidecar channels for server settings UI. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -128,6 +128,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
|
||||
send({ type: 'archive-peer-health-refreshed', ...out })
|
||||
return true
|
||||
}
|
||||
if (t === 'set-archive-health-prefs') {
|
||||
await platform.setArchiveHealthPrefs(msg.prefs || {})
|
||||
pushState()
|
||||
return true
|
||||
}
|
||||
if (t === 'announce-worker-release') {
|
||||
await platform.announceWorkerRelease({
|
||||
workerVersion: msg.workerVersion,
|
||||
|
||||
Reference in New Issue
Block a user