refactor: Move pm_with_uri to hash_util.

This commit is contained in:
Steve Howell
2018-08-04 14:46:17 +00:00
committed by Tim Abbott
parent 9accc2a3b6
commit fc62e554ce
7 changed files with 10 additions and 13 deletions

View File

@@ -111,7 +111,7 @@ exports._build_private_messages_list = function (active_conversation, max_privat
unread: num_unread,
is_zero: num_unread === 0,
zoom_out_hide: !always_visible,
url: narrow.pm_with_uri(reply_to),
url: hash_util.pm_with_uri(reply_to),
};
display_messages.push(display_message);
});