Add request-guild-sync-burst IPC for mesh recovery bursts (Phase 641).

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-01 20:07:48 -04:00
co-authored by Cursor
parent 5c47fcbd55
commit ee0f3544f9
+8
View File
@@ -142,6 +142,14 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
pushState()
return true
}
if (t === 'request-guild-sync-burst') {
await platform.requestGuildSyncBurst({
clearPushHalt: msg.clearPushHalt !== false,
forcePush: !!msg.forcePush
})
pushState()
return true
}
if (t === 'sync-settings-mesh') {
await platform.syncSettingsMesh({ guildId: msg.guildId })
pushState()