Fix major bug in distributor

This commit is contained in:
Christopher Cookman 2025-06-21 20:12:44 -06:00
parent 58037222dc
commit 563b649196

View file

@ -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,