matrix-dart-sdk/lib
Nicolas Werner b839273ce0
fix: also lazy load members for archive
This should speed up loading the archived rooms. One of the reasons it
was so slow, is because we were loading all room members!

Additionally this may work around a bug in Synapse, where rooms stuck in
their partial state may block sync indefinitely.

Relates to https://github.com/famedly/product-management/issues/2250
2024-09-16 16:36:25 +02:00
..
encryption fix: Correctly store lastEvent in database after decryption 2024-07-02 08:44:46 +02:00
matrix_api_lite refactor: Remove Matrix Connection Exception 2024-06-25 15:48:12 +02:00
msc_extensions refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
src fix: also lazy load members for archive 2024-09-16 16:36:25 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
fake_matrix_api.dart fix: also lazy load members for archive 2024-09-16 16:36:25 +02:00
matrix.dart refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
matrix_api_lite.dart refactor: Remove Matrix Connection Exception 2024-06-25 15:48:12 +02:00