happychat-service
Advanced tools
Comparing version 0.12.4 to 0.12.5
@@ -99,5 +99,6 @@ 'use strict'; | ||
id = _ref3.id, | ||
type = _ref3.type, | ||
meta = _ref3.meta; | ||
var message = { session_id: chat.id, id: id, text: text, timestamp: (0, _timestamp2.default)(), user: identityForUser(user), meta: meta }; | ||
var message = { session_id: chat.id, id: id, text: text, type: type, timestamp: (0, _timestamp2.default)(), user: identityForUser(user), meta: meta }; | ||
// all customer connections for this user receive the message | ||
@@ -104,0 +105,0 @@ store.dispatch((0, _actions.customerInboundMessage)(chat, message, user)); |
{ | ||
"name": "happychat-service", | ||
"version": "0.12.4", | ||
"version": "0.12.5", | ||
"description": "Socket.IO based chat server for happychat.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
130938
39
2795