mirror of https://github.com/zulip/zulip.git
Remove no longer true comment
(imported from commit d06ce85ff76a8c9bd5691c004e9a77182ac295dd)
This commit is contained in:
parent
4892895d6b
commit
dc82d60c13
|
@ -288,7 +288,6 @@ function mark_subscribed(stream_name, attrs) {
|
|||
sub.subscribed = true;
|
||||
set_color(stream_name, pick_color());
|
||||
mark_color_used(sub.color);
|
||||
// This will do nothing on MIT
|
||||
ui.add_narrow_filter(stream_name, "stream");
|
||||
var settings = settings_for_sub(sub);
|
||||
var button = button_for_sub(sub);
|
||||
|
|
Loading…
Reference in New Issue