mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
Update name of bridge.notify → bridge.desktopNotification.
The function is getting renamed on the bridge due to a conflict. (imported from commit 086866d3b08b1cfb8a46ffcc59902175a98aa8e8)
This commit is contained in:
@@ -180,7 +180,7 @@ function process_desktop_notification(message) {
|
||||
notification_object.show();
|
||||
} else {
|
||||
// Shunt the message along to the desktop client
|
||||
window.bridge.notify({title: title, content: content});
|
||||
window.bridge.desktopNotification({title: title, content: content});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user