matrix-dart-sdk/lib
Krille Fear ee21121a63 fix: Workaround for null boolean
deviceKeysList.outdated is not nullable but we have seen this error
in production: `Failed assertion: boolean expression must not be null`
So this could either be a null safety bug in Dart or a result of
using unsound null safety. The extra equal check `== true` should
safe us here
2021-11-23 13:53:07 +01:00
..
encryption fix: JSON parsing in decryptRoomEvent method 2021-11-10 09:19:40 +01:00
src fix: Workaround for null boolean 2021-11-23 13:53:07 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart refactor: Remove Sembast database implementation 2021-11-18 19:55:21 +01:00