Add run-offline-recovery-sync IPC for mesh recovery shortcut (Phase 642).
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -150,6 +150,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
|
||||
pushState()
|
||||
return true
|
||||
}
|
||||
if (t === 'run-offline-recovery-sync') {
|
||||
await platform.runOfflineRecoverySync()
|
||||
pushState()
|
||||
return true
|
||||
}
|
||||
if (t === 'sync-settings-mesh') {
|
||||
await platform.syncSettingsMesh({ guildId: msg.guildId })
|
||||
pushState()
|
||||
|
||||
Reference in New Issue
Block a user