From 6b200b30888ece6bb88a7105d7eab21e4c74af6e Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 28 Feb 2014 14:25:24 -0500 Subject: [PATCH] Fix broken link for "Link to this conversation". (imported from commit bb07a1fe729c532cdc48eee63188b7b812fe07ff) --- static/js/popovers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/popovers.js b/static/js/popovers.js index ad2d6c0122..ee4efdd7f5 100644 --- a/static/js/popovers.js +++ b/static/js/popovers.js @@ -72,7 +72,7 @@ exports.toggle_actions_popover = function (element, id) { can_edit_message: can_edit, can_mute_topic: can_mute_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() };