element-hq / riot-meta

A place to experiment with tracking features at a higher level than Riot web/iOS/Android.
25 stars 6 forks source link

E2E: Riot clients report Ed25519 keys changes #124

Open manuroe opened 6 years ago

manuroe commented 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' {} +

manuroe commented 6 years ago

Additional logs were added to Android too (https://github.com/matrix-org/matrix-android-sdk/commit/eb530e28b3e247cc83ff7138dc3904d6d682748a)