# HG changeset patch # User Matthew Wild # Date 1765042247 0 # Node ID 0d162ef4e0c18bb89270f1b3df3600a2dd099a74 # Parent b6d857435de1114cbdace5c4142761ca32a277fc mod_carbons: Copy archive-id (if any) from original to carbon stanzas diff -r b6d857435de1 -r 0d162ef4e0c1 plugins/mod_carbons.lua --- a/plugins/mod_carbons.lua Sat Dec 06 17:30:05 2025 +0000 +++ b/plugins/mod_carbons.lua Sat Dec 06 17:30:47 2025 +0000 @@ -144,6 +144,7 @@ :tag("forwarded", { xmlns = xmlns_forward }) :add_child(copy):reset(); + carbon:set_meta("archive-id", stanza:get_meta("archive-id")); end carbon.attr.to = session.full_jid;