mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Adds a electron_bridge event that takes in message id and reply recived from the notification reply and sends a message. We do this in webapp so desktop doesn't have to depend on narrow and channel modules. We also modify zjunit to reset window.electron_bridge after every run to avoid leaking it.