mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
js: Purge people module from window.
This commit is contained in:
committed by
Anders Kaseorg
parent
d774bba1b9
commit
b7998d3160
@@ -1,5 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const people = require("./people");
|
||||
|
||||
function rerender_messages_view() {
|
||||
for (const list of [home_msg_list, message_list.narrowed, message_list.all]) {
|
||||
if (list === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user