mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 20:43:33 +00:00
notification: Fix reply from notification.
The function "by_subject" is now being updated to the "by_topic" in the webapp. Fixes: #624.
This commit is contained in:
@@ -141,7 +141,7 @@ function parseReply(reply) {
|
||||
|
||||
function setupReply(id) {
|
||||
const { narrow } = window;
|
||||
narrow.by_subject(id, { trigger: 'notification' });
|
||||
narrow.by_topic(id, { trigger: 'notification' });
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user