Fix major bug in distributor
This commit is contained in:
parent
58037222dc
commit
563b649196
1
index.js
1
index.js
|
@ -517,6 +517,7 @@ xmpp.on("stanza", (stanza) => {
|
||||||
"type": "iem-message",
|
"type": "iem-message",
|
||||||
"data": {
|
"data": {
|
||||||
"channel": getWFOByRoom(fromChannel),
|
"channel": getWFOByRoom(fromChannel),
|
||||||
|
"fromChannel": fromChannel,
|
||||||
"event": evt,
|
"event": evt,
|
||||||
"body": bodyData,
|
"body": bodyData,
|
||||||
"timestamp": product_id.timestamp,
|
"timestamp": product_id.timestamp,
|
||||||
|
|
Loading…
Reference in a new issue