matrix-dart-sdk/lib
Nicolas Werner 51dbb90436
fix: canRequestHistory doesn't reflect reality
canRequestHistory could become false, even though you didn't load all
events from the database yet. So you had to either rely on fetching
until the requestHistory method throws or rely on other workarounds.

This makes requestHistory not throw, when the prev_batch is null, but
also makes canRequestHistory return sane values (but might require an
extra request, that does nothing).
2024-05-27 14:55:11 +02:00
..
encryption refactor: Store not uploaded group sessions in its own database queue 2024-05-20 11:28:08 +02:00
matrix_api_lite perf: check event size in bytes without encoding twice 2024-05-20 16:40:15 +02:00
msc_extensions feat: Implement unpublished MSC custom refresh token lifetime 2024-05-14 10:40:32 +02:00
src fix: canRequestHistory doesn't reflect reality 2024-05-27 14:55:11 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
fake_matrix_api.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
matrix.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
matrix_api_lite.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30