| author | Matthew Wild
<mwild1@gmail.com> 2025-05-24 14:16:20 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-09-29 13:43:04 UTC |
| parent | be293f73cd00118c1ada22e93a7f9e12b305e013 |
| snikket/Message.hx | +1 | -1 |
diff --git a/snikket/Message.hx b/snikket/Message.hx index f3e8835..361ed38 100644 --- a/snikket/Message.hx +++ b/snikket/Message.hx @@ -91,7 +91,7 @@ class Message { if (carbon == null) carbon = stanza.getChild("sent", "urn:xmpp:carbons:2"); if (carbon != null) { var fwd = carbon.getChild("forwarded", "urn:xmpp:forward:0"); - if(fwd != null) return fromStanza(fwd.getFirstChild(), localJid); + if(fwd != null) return fromStanza(fwd.getFirstChild(), localJid, null, encryptionInfo); } }