mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
js: Purge people module from window.
This commit is contained in:
committed by
Anders Kaseorg
parent
d774bba1b9
commit
b7998d3160
@@ -4,6 +4,8 @@ const XDate = require("xdate");
|
||||
|
||||
const render_message_edit_history = require("../templates/message_edit_history.hbs");
|
||||
|
||||
const people = require("./people");
|
||||
|
||||
exports.fetch_and_render_message_history = function (message) {
|
||||
channel.get({
|
||||
url: "/json/messages/" + message.id + "/history",
|
||||
|
||||
Reference in New Issue
Block a user