feat(ui-flow): dismiss-dm-rekey-notice IPC handler
This commit is contained in:
@@ -1866,6 +1866,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
|
||||
pushState()
|
||||
return true
|
||||
}
|
||||
if (t === 'dismiss-dm-rekey-notice') {
|
||||
platform.clearDmSessionRekeyNotice()
|
||||
pushState()
|
||||
return true
|
||||
}
|
||||
if (t === 'start-dm-video') {
|
||||
const out = await platform.startDmVideoCall()
|
||||
send({ type: 'dm-video-call-started', ...out })
|
||||
|
||||
Reference in New Issue
Block a user