matrix-dart-sdk/lib/src
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
..
database refactor: Remove Sembast database implementation 2021-11-18 19:55:21 +01:00
utils feat: Add commands to create chats 2021-11-21 13:40:41 +01:00
client.dart fix: Workaround for null boolean 2021-11-23 13:53:07 +01:00
event.dart refactor: Update matrix_api_lite and use SyncUpdate constructors 2021-11-10 10:04:03 +01:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
room.dart fix: Ability to remove avatar from room and account 2021-11-22 19:36:38 +01:00
timeline.dart Merge branch 'krille/timeline-set-read-marker' into 'main' 2021-11-09 14:14:43 +00:00
user.dart chore: Trim formatted username fallback 2021-11-15 13:08:31 +01:00
voip_content.dart refactor: remove redundant null checks 2021-10-28 14:32:09 +02:00