mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Fix broken link for "Link to this conversation".
(imported from commit bb07a1fe729c532cdc48eee63188b7b812fe07ff)
This commit is contained in:
committed by
Luke Faraone
parent
5807a44aee
commit
6b200b3088
@@ -72,7 +72,7 @@ exports.toggle_actions_popover = function (element, id) {
|
|||||||
can_edit_message: can_edit,
|
can_edit_message: can_edit,
|
||||||
can_mute_topic: can_mute_topic,
|
can_mute_topic: can_mute_topic,
|
||||||
can_unmute_topic: can_unmute_topic,
|
can_unmute_topic: can_unmute_topic,
|
||||||
near_time_uri: narrow.by_near_uri(message.id),
|
conversation_time_uri: narrow.by_conversation_and_time_uri(message),
|
||||||
narrowed: narrow.active()
|
narrowed: narrow.active()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user