matrix-dart-sdk/lib
Krille Fear 1e2ccabe85 fix: Missing null fallback when update notificationCount
Previously when using RoomUpdate in the constructor the notificationCount to update
was never null and set to 0 if it was missing. Now that we are
no longer using it, I forgot to
add the null fallback at this point.
This leads to serious crashes in the apps at runtime
and thats why I bump the version here as well!
2021-09-13 16:42:55 +02:00
..
encryption refactor: _updateUserDeviceKeys method 2021-09-13 14:58:07 +02:00
src fix: Missing null fallback when update notificationCount 2021-09-13 16:42:55 +02:00
encryption.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix.dart refactor: Make RoomUpdate class null safe by removing it 2021-09-08 12:31:55 +00:00