mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Add the ability to forward message from renderer to renderer.
This commit is contained in:
@@ -215,6 +215,10 @@ app.on('ready', () => {
|
||||
}
|
||||
page.send('tray', messageCount);
|
||||
});
|
||||
|
||||
ipc.on('forward', (event, listener) => {
|
||||
page.send(listener);
|
||||
});
|
||||
});
|
||||
|
||||
app.on('will-quit', () => {
|
||||
|
||||
Reference in New Issue
Block a user