Akash
Akash
Few things we need to add to make it work - * Need to add `open message in the desktop app` button in the missed message email * Pass the...
This is the first time I'm seeing this error on prod. Let me check if I can reproduce this on my system.
@kanishk98 let me know if you need any help here.
@vsvipul is there anything we could do about this?
@lukasIO please see the relevant conversations here - https://chat.zulip.org/#narrow/stream/16-desktop/topic/DND.20button
For the webapp - https://github.com/zulip/zulip/issues/295
For the UI thing, we could show something like this in the tooltip - 
There are two methods to achieve this - * a) Re-use all the favicons from https://github.com/zulip/zulip/tree/master/static/images/favicon and depending upon the unread counts use them in [iconPath](https://github.com/zulip/zulip-electron/blob/231e7fd9c243d752c09783f01b59db8c4b870d5f/app/renderer/js/tray.js#L14). * b) Currently we...
@cPhost we do pass this canvas image in `nativeImage` module, see [here](https://github.com/zulip/zulip-electron/blob/231e7fd9c243d752c09783f01b59db8c4b870d5f/app/renderer/js/tray.js#L101).
WIP in - https://github.com/zulip/zulip-electron/pull/385 and [tray-icon](https://github.com/zulip/zulip-electron/tree/tray-icon). We are considering both the options but as Priyank said it's not kind of tricky to make the icon look good on all the...