fix: Copy the pre handler's encryption state

This commit is contained in:
PapaTutuWawa 2023-01-07 22:18:20 +01:00
parent a69c2a23f2
commit 98e5324409

View File

@ -710,6 +710,7 @@ class XmppConnection {
incomingPreHandlers.cancel,
incomingPreHandlers.cancelReason,
incomingPreHandlers.stanza,
encrypted: incomingPreHandlers.encrypted,
other: incomingPreHandlers.other,
),
);