mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Properly escape stream/subject in left sidebar recent subjects narrows.
(imported from commit 4154d0dcd69af66b3a6bb07678c64e5eb39e6b07)
This commit is contained in:
@@ -158,6 +158,7 @@ function rebuild_recent_subjects(stream, subject) {
|
||||
if (subject === subject_obj.canon_subject) {
|
||||
active_orig_subject = subject_obj.subject;
|
||||
}
|
||||
subject_obj.url = narrow.by_stream_subject_uri(stream, subject_obj.subject);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user