Decrypts and reconstructs an LXMF message from a channel inner_blob.
Inverse of wrapChannelMessage: EC-decrypts with the channel identity,
verifies the RTID magic, extracts the embedded sender public key, and feeds
the reconstructed LXMF wire block to Message.deserialize. The sender
identity is cached via Destination.remember so subsequent messages from the
same sender validate without the prelude.
The returned signatureValid is the integrity check: a forged
sender_identity_pub produces a signature mismatch.
Decrypts and reconstructs an LXMF message from a channel
inner_blob.Inverse of wrapChannelMessage: EC-decrypts with the channel identity, verifies the RTID magic, extracts the embedded sender public key, and feeds the reconstructed LXMF wire block to
Message.deserialize. The sender identity is cached viaDestination.rememberso subsequent messages from the same sender validate without the prelude.The returned
signatureValidis the integrity check: a forgedsender_identity_pubproduces a signature mismatch.