radical-native icon indicating copy to clipboard operation
radical-native copied to clipboard

Enabling for already logged in account breaks Element because of pickle key

Open stoically opened this issue 4 years ago • 0 comments

Element seems to no longer fall back to the default / local storage key if none is found in the system keychain, hence it refuses to work correctly

Workarounds

  • Log in with radical-native active
  • or create the correct keychain entry

Related codepoints

  • https://github.com/stoically/radical-native/blob/c1216f85a1da9df559217e02b33c90c343348705/native/src/secrets.rs#L29-L36
  • https://github.com/matrix-org/matrix-react-sdk/blob/983ffe98ff2f59d479a06aa3f504d44c4fd7c102/src/Lifecycle.ts#L388-L399

stoically avatar Jan 11 '21 20:01 stoically