matrix-dart-sdk/test
Christian Pauly 4bee82dbe0 fix: uiaRequests send broken auth object at first try
We should just let the `auth` object null and dont send it at the
first try and wait for the servers response. This worked in the past
but now it is broken because of changes in the
matrix_api_lite. This could also be fault for some
bootstrap issues.
I have also removed an unnecessary check if a String is a String and just made it a
null check because this was intended at this point.

Because of that this blocks uiaRequests it is a hotfix and therefore directly bumps the version.
2021-08-30 08:31:20 +02:00
..
encryption refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix_api refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
canonical_json_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
client_test.dart fix: Requesting history being funky 2021-08-29 12:56:16 +02:00
commands_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
database_api_test.dart chore: mxc url in Uri 2021-08-23 11:05:47 +02:00
device_keys_list_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
event_test.dart feat: Cleanup Event.plaintextBody and add [plaintextBody] to Event.getLocalizedBody 2021-08-28 09:46:03 +00:00
fake_client.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
fake_database.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
fake_matrix_api.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
fake_matrix_localizations.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
html_to_text_test.dart feat: Cleanup Event.plaintextBody and add [plaintextBody] to Event.getLocalizedBody 2021-08-28 09:46:03 +00:00
image_pack_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
markdown_test.dart fix: Don't lag when sending messages in big rooms 2021-08-29 11:43:46 +02:00
matrix_database_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix_default_localizations.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix_exception_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix_file_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix_id_string_extension_test.dart fix: String.parseIdentifierIntoParts not working with unicode matrix.to links 2021-08-28 11:19:26 +02:00
matrix_localizations_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
multilock_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
mxc_uri_extension_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
room_test.dart fix: Don't lag when sending messages in big rooms 2021-08-29 11:43:46 +02:00
sync_filter_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
timeline_test.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
uia_test.dart fix: uiaRequests send broken auth object at first try 2021-08-30 08:31:20 +02:00
user_test.dart fix: Don't lag when sending messages in big rooms 2021-08-29 11:43:46 +02:00