matrix-dart-sdk/lib/src
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
..
database feat: cache .well-known data 2024-08-23 10:01:34 +02:00
models revert: "feat: retry call encryption key request logic" 2024-06-11 18:11:44 +05:30
utils feat: support for authenticated media 2024-08-16 14:35:50 +05:30
voip chore: allow clients to set their own voip key delays 2024-06-22 07:34:16 +05:30
client.dart fix: also lazy load members for archive 2024-09-16 16:36:25 +02:00
event.dart feat: support for authenticated media 2024-08-16 14:35:50 +05:30
event_status.dart fix: update last event properly on cancel send 2024-07-31 14:36:25 +05:30
presence.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00
room.dart fix: race condition between getState and requestUser updates 2024-08-27 10:04:56 +02:00
timeline.dart fix: canRequestHistory doesn't reflect reality 2024-05-27 14:55:11 +02:00
user.dart refactor: Use strippedstatevent as base for room state and user class 2024-05-03 14:06:49 +02:00