feat(guild): wire delete-guild IPC to platform.deleteGuild

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-01 15:22:51 -04:00
co-authored by Cursor
parent 513a10359d
commit 5762194cb4
+7
View File
@@ -906,6 +906,13 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
pushState()
return true
}
if (t === 'delete-guild') {
await platform.deleteGuild({
confirmName: msg.confirmName
})
pushState()
return true
}
if (t === 'update-guild-settings') {
await platform.updateGuildSettings({
name: msg.name,