Add request-guild-sync-burst IPC for mesh recovery bursts (Phase 641).
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user