feat(ui-flow): forward hoist/mentionable on create-guild-custom-role

Align create handler with update-guild-custom-role display fields.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-03 14:33:44 -04:00
co-authored by Cursor
parent 97470930af
commit e5f3954cec
+3 -1
View File
@@ -3075,7 +3075,9 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
await platform.createGuildCustomRole({
name: msg.name,
color: msg.color,
permissions: msg.permissions
permissions: msg.permissions,
hoist: msg.hoist,
mentionable: msg.mentionable
})
if (platform.mode === 'guild' && platform.activeChannelId) {
send({