mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
recent-topics: Add module.
Add methods to extract recent topics from received messages. Process new messages as they are received. Use new messages received from the server to extract recent_topics. Node tests added.
This commit is contained in:
@@ -49,6 +49,7 @@ function process_result(data, opts) {
|
||||
activity.process_loaded_messages(messages);
|
||||
stream_list.update_streams_sidebar();
|
||||
pm_list.update_private_messages();
|
||||
recent_topics.process_messages(messages);
|
||||
|
||||
if (opts.pre_scroll_cont !== undefined) {
|
||||
opts.pre_scroll_cont(data);
|
||||
|
||||
Reference in New Issue
Block a user