Phase 669: add remove-member-reaction IPC route.

Mods can remove another member's reaction via ui-flow IPC bridge.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-02 20:44:54 -04:00
co-authored by Cursor
parent f0fff31a12
commit ad0a059c74
+5
View File
@@ -1665,6 +1665,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
pushState()
return true
}
if (t === 'remove-member-reaction') {
await platform.removeMemberReaction(msg.messageId, msg.emoji, msg.userId)
pushState()
return true
}
if (t === 'select-home') {
await platform.openHome()
pushState()