js: Purge people module from window.

This commit is contained in:
Priyank Patel
2020-08-20 19:24:06 +00:00
committed by Anders Kaseorg
parent d774bba1b9
commit b7998d3160
112 changed files with 152 additions and 80 deletions

View File

@@ -6,6 +6,8 @@ const render_recent_topic_row = require("../templates/recent_topic_row.hbs");
const render_recent_topics_filters = require("../templates/recent_topics_filters.hbs");
const render_recent_topics_body = require("../templates/recent_topics_table.hbs");
const people = require("./people");
const topics = new Map(); // Key is stream-id:topic.
let topics_widget;
// Sets the number of avatars to display.