mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Group chat -> Huddle in narrowbar.
(imported from commit aa437792584849d008274886c6a0ca1858fb8ba7)
This commit is contained in:
parent
e7dab1f757
commit
8a620cb687
@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user