Fix broken link for "Link to this conversation".

(imported from commit bb07a1fe729c532cdc48eee63188b7b812fe07ff)
This commit is contained in:
Steve Howell
2014-02-28 14:25:24 -05:00
committed by Luke Faraone
parent 5807a44aee
commit 6b200b3088

View File

@@ -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()
}; };