matrix-dart-sdk/lib
Krille 39527c9033
refactor: Connect timeline to event updates earlier
This creates the timeline object
earlier in the Room.getTimeline() method.
This results to that the
Timeline object already starts
to listen on the event stream
while the getTimeline() method
requests users from the database
and tries to decrypt room
events. I assume that this
causes the problem that
on timeline creation new
events get lost because they
come in, while getTimeline() is
not yet completed but the
onEvent stream is not yet
connected at the same time.
2023-12-20 13:29:35 +01:00
..
encryption refactor: Make possible to wait for first sync and await first sync before create megolm session 2023-12-13 14:02:53 +01:00
msc_extensions fix: don't delete the dehydrated device before we are sure the keys got saved 2023-11-28 11:02:43 +01:00
src refactor: Connect timeline to event updates earlier 2023-12-20 13:29:35 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart feat: Implement new Matrix Dart SDK Database 2023-12-06 12:11:47 +01:00