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
feat(e2ee): clarify encrypted-message placeholder when OpenPGP off or decryption fails
The placeholder previously opened the unlock dialog regardless of the
OpenPGP master toggle, which led to a dead-end "Plugin OpenPGP indisponible"
error when the toggle was off (registerE2EEPlugins early-returns and never
loads the plugin). Now:
- Toggle off: a click routes to /settings/encryption so re-enabling is an
explicit user choice rather than a side effect of clicking a stale
encrypted message.
- Key unlocked but decryption still fails (sibling-device or rotated key —
XEP-0373 has no multi-device encryption): a tooltip explains the cause
so the user understands why retrying won't help.
0 commit comments