mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Extract topic_data.js.
This new module tracks the recent topic names for any given stream. The code was pulled over almost verbatim from stream_data.js, with minor renames to the function names. We introduced a minor one-line function called stream_has_topics.
This commit is contained in:
@@ -49,6 +49,7 @@ enforce_fully_covered = {
|
||||
'static/js/search_suggestion.js',
|
||||
'static/js/stream_events.js',
|
||||
'static/js/stream_sort.js',
|
||||
'static/js/topic_data.js',
|
||||
'static/js/topic_generator.js',
|
||||
'static/js/typeahead_helper.js',
|
||||
'static/js/typing_data.js',
|
||||
|
||||
Reference in New Issue
Block a user