mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	js: Convert static/js/channel.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							1dafb143e3
						
					
				
				
					commit
					09920af211
				
			@@ -1,5 +1,6 @@
 | 
			
		||||
"use strict";
 | 
			
		||||
 | 
			
		||||
const channel = require("./channel");
 | 
			
		||||
const people = require("./people");
 | 
			
		||||
 | 
			
		||||
exports.send_message = function (request, on_success, error) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user