diff --git a/index.js b/index.js index c78f7bb..be0e56c 100644 --- a/index.js +++ b/index.js @@ -545,6 +545,7 @@ xmpp.on("stanza", (stanza) => { "type": "iem-message", "data": { "channel": getWFOByRoom(fromChannel), + "fromChannel": fromChannel, "event": evt, "body": bodyData.string, "timestamp": product_id.timestamp, @@ -572,6 +573,7 @@ xmpp.on("stanza", (stanza) => { "type": "iem-message", "data": { "channel": getWFOByRoom(fromChannel), + "fromChannel": fromChannel, "event": evt, "body": bodyData, "timestamp": product_id.timestamp,