Group chat -> Huddle in narrowbar.

(imported from commit aa437792584849d008274886c6a0ca1858fb8ba7)
This commit is contained in:
Waseem Daher 2012-10-09 15:11:10 -04:00
parent e7dab1f757
commit 8a620cb687

View File

@ -29,7 +29,7 @@ function do_narrow(description, filter_function) {
function narrow_huddle() {
var original = zephyr_dict[selected_zephyr_id];
do_narrow("Group chats with " + original.reply_to, function (other) {
do_narrow("Huddles with " + original.reply_to, function (other) {
return other.reply_to === original.reply_to;
});
}