mirror of https://github.com/zulip/zulip.git
Show up to 5 subjects in left sidebar (8 -> 5).
(imported from commit 78888034a2b71617dd6f639b4e7db4beedbb5fa5)
This commit is contained in:
parent
2176ca0977
commit
86930191ae
|
@ -155,7 +155,7 @@ function rebuild_recent_subjects(stream, subject) {
|
|||
// TODO: Call rebuild_recent_subjects less, not on every new
|
||||
// message.
|
||||
$('.expanded_subjects').remove();
|
||||
var max_subjects = 8;
|
||||
var max_subjects = 5;
|
||||
var stream_li = get_filter_li('stream', stream);
|
||||
var subjects = recent_subjects[stream] || [];
|
||||
var active_orig_subject = subject;
|
||||
|
|
Loading…
Reference in New Issue