Send fromChannel raw as well

This commit is contained in:
Christopher Cookman 2025-06-21 00:51:51 -06:00
parent d8280141e0
commit 58037222dc

View file

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