matrix-dart-sdk/lib
krille-chan 97d544ba85
refactor: Store not uploaded group sessions in its own database queue
This should highly increase the
performance as right now for every sync
ALL inbound group sessions are loaded
from the database and checked if
they need an upload. So if a user
has 10k stored sessions locally, this
would probably let the whole application
lag a lot. This stores the sessions which
need upload in a different table now,
similar how we do this with the to
device queue
2024-05-20 11:28:08 +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 feat: support for JWT authentication 2024-05-10 10:39:58 +02:00
msc_extensions feat: Implement unpublished MSC custom refresh token lifetime 2024-05-14 10:40:32 +02:00
src refactor: Store not uploaded group sessions in its own database queue 2024-05-20 11:28:08 +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