You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2ee): guard resend/correction against plaintext downgrade (#415)
The downgrade-protection fix routes `sendMessage`, `resendMessage`, and
`sendCorrection` through the single `applyE2EEToOutboundChat` funnel,
but only `sendMessage` had an explicit regression test that a
*selected-plugin* encrypt failure blocks the send (nothing reaches the
wire).
0 commit comments