From 58037222dc2624647c6a795754179b62a8e2998a Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 21 Jun 2025 00:51:51 -0600 Subject: [PATCH] Send fromChannel raw as well --- index.js | 2 ++ 1 file changed, 2 insertions(+) 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,