matrix-dart-sdk/lib
Krille f46e76295c
fix: BREAKING! Cache members for encrypted rooms in database
This fixes a huge performance
leak as for every encrypted room
the whole member list is loaded
every time you start the client.
This also changes the default value of `cache` in
this method to if the room is encrypted or not.
For encrypted rooms we always want a complete
member list locally.
2024-11-11 11:58:18 +01:00
..
encryption chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
matrix_api_lite chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
msc_extensions chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
src fix: BREAKING! Cache members for encrypted rooms in database 2024-11-11 11:58:18 +01:00
encryption.dart chore: Upgrade dependencies 2024-10-21 13:04:47 +02:00
fake_matrix_api.dart fix: BREAKING! Cache members for encrypted rooms in database 2024-11-11 11:58:18 +01:00
matrix.dart chore: Upgrade dependencies 2024-10-21 13:04:47 +02:00
matrix_api_lite.dart chore: Upgrade dependencies 2024-10-21 13:04:47 +02:00