Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Septias committed Apr 27, 2024
1 parent f2d6806 commit 210c3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/deltachat/webxdc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ If you think that's a bug and you need that permission, then please open an issu
return
}
const { accountId, msgId } = open_apps[key]
this.rpc.leaveRealtime(accountId, msgId)
this.rpc.leaveWebxdcRealtime(accountId, msgId)
})

ipcMain.handle(
Expand Down Expand Up @@ -651,7 +651,7 @@ If you think that's a bug and you need that permission, then please open an issu
if (instance) {
instance.win.webContents.send('webxdc.realtimeData', payload)
} else {
this.rpc.leaveRealtime(accountId, instanceId)
this.rpc.leaveWebxdcRealtime(accountId, instanceId)
}
}
)
Expand Down

0 comments on commit 210c3d7

Please sign in to comment.