fix(ipc): set-compose-draft no longer pushes full UI state

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-23 04:10:25 -04:00
co-authored by Cursor
parent 9990f85624
commit c0ce2502fd
-1
View File
@@ -1212,7 +1212,6 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
}
if (t === 'set-compose-draft') {
await platform.setComposeDraft(msg.channelId, msg.text ?? '')
pushState()
return true
}
if (t === 'mark-all-notifications-read') {