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
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Replace event verification logic with new code in js-sdk (#11528)
* Use new crypto-api for cross user verification
* update verification flow with new APIs
* Replace some calls to `checkUserTrust`
A start on element-hq/crypto-internal#147
* Enable cypress tests
* update tests
* Delegate decisions on event shields to the js-sdk
* rerender after editing events
This is required because a transition from "valid event" to "unencrypted event"
no longer triggers a state change, so the component does not render
itself. Previously, this would be a transition from `verified:
E2EState.Normal` to `verified: null`.
* Update tests
* prettier
* Test coverage
---------
Co-authored-by: Florian Duros <[email protected]>
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2046,12 +2046,14 @@
2046
2046
"Everyone in this room is verified": "Everyone in this room is verified",
2047
2047
"Edit message": "Edit message",
2048
2048
"From a thread": "From a thread",
2049
+
"Encrypted by an unverified user.": "Encrypted by an unverified user.",
2050
+
"Encrypted by a device not verified by its owner.": "Encrypted by a device not verified by its owner.",
2051
+
"Encrypted by an unknown or deleted device.": "Encrypted by an unknown or deleted device.",
2052
+
"The authenticity of this encrypted message can't be guaranteed on this device.": "The authenticity of this encrypted message can't be guaranteed on this device.",
2053
+
"Encrypted by an unverified session": "Encrypted by an unverified session",
2049
2054
"This event could not be displayed": "This event could not be displayed",
2050
2055
" in <strong>%(room)s</strong>": " in <strong>%(room)s</strong>",
2051
-
"Encrypted by an unverified session": "Encrypted by an unverified session",
2052
2056
"Unencrypted": "Unencrypted",
2053
-
"Encrypted by a deleted session": "Encrypted by a deleted session",
2054
-
"The authenticity of this encrypted message can't be guaranteed on this device.": "The authenticity of this encrypted message can't be guaranteed on this device.",
2055
2057
"This message could not be decrypted": "This message could not be decrypted",
2056
2058
"Sending your message…": "Sending your message…",
2057
2059
"Encrypting your message…": "Encrypting your message…",
0 commit comments