mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
Make the socket accessible externally for debuggging
(imported from commit 8f78d09edc05f8eed5f1a2d87643bdd7b7d9bec6)
This commit is contained in:
@@ -355,6 +355,9 @@ function send_message_ajax(request, success) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var socket = new Socket("/sockjs");
|
var socket = new Socket("/sockjs");
|
||||||
|
// For debugging. The socket will eventually move out of this file anyway.
|
||||||
|
exports._socket = socket;
|
||||||
|
|
||||||
function send_message_socket(request, success) {
|
function send_message_socket(request, success) {
|
||||||
socket.send(request, success, function (type, resp) {
|
socket.send(request, success, function (type, resp) {
|
||||||
var err_msg = "Error sending message";
|
var err_msg = "Error sending message";
|
||||||
|
|||||||
Reference in New Issue
Block a user