Open manuroe opened 6 years ago
Riot on all platforms reports the warning at https://github.com/matrix-org/matrix-js-sdk/blob/release-v0.9.2/src/crypto/DeviceList.js#L644.
You can find occurrences of them o by grepping this warning in rageshakes: find . -name '*.gz' -exec zgrep -- 'Ed25519 key for device' {} +
find . -name '*.gz' -exec zgrep -- 'Ed25519 key for device' {} +
Additional logs were added to Android too (https://github.com/matrix-org/matrix-android-sdk/commit/eb530e28b3e247cc83ff7138dc3904d6d682748a)
Riot on all platforms reports the warning at https://github.com/matrix-org/matrix-js-sdk/blob/release-v0.9.2/src/crypto/DeviceList.js#L644.
You can find occurrences of them o by grepping this warning in rageshakes:
find . -name '*.gz' -exec zgrep -- 'Ed25519 key for device' {} +