matrix-dart-sdk/lib
Sorunome 872bc04674
fix(ssss): Strip all whitespace characters from recovery keys upon decode
Previously we stripped all spaces off of the recovery when decoding it,
so that we could format the recovery key nicely. It turns out, however,
that some element flavours also format with linebreaks, leading to the
user having to manually remove them. We fix this by just stripping *all*
whitespace off of the recovery key.
2021-12-05 12:19:22 +01:00
..
encryption fix(ssss): Strip all whitespace characters from recovery keys upon decode 2021-12-05 12:19:22 +01:00
src fix: Add missing calcDisplayname global rules to client constructor 2021-12-03 12:34:52 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart Merge branch 'main' into voip/add-voip-function 2021-11-30 22:31:10 +08:00