matrix-dart-sdk/lib
Sorunome ffb6fd426c
fix: Requesting history being funky
As it turns out, some of the code set the prev_batch for rooms too
early to an empty string. For synapse this means "request from the start",
for conduit it is just an error. This commit fixes that by never resolving
null --> empty string, but instead throw an error.
2021-08-29 12:56:16 +02:00
..
encryption refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
src fix: Requesting history being funky 2021-08-29 12:56:16 +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: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00