Wire set-channel-user-limit IPC handler

Route voice/stage user limit updates from desktop UI to platform.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 22:25:39 -04:00
co-authored by Cursor
parent 6f75eaaa11
commit c0e2347470
+5
View File
@@ -786,6 +786,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
pushState()
return true
}
if (t === 'set-channel-user-limit') {
await platform.setChannelUserLimit(msg.channelId, msg.userLimit)
pushState()
return true
}
if (t === 'reorder-categories') {
await platform.reorderCategories({ categoryIds: msg.categoryIds || [] })
pushState()