matrix-dart-sdk/lib
Krille Fear e313426dd9 refactor: Move setreadmarker functionality to timeline
Apps had a hard time to just set
the marker for the last event.
The lastEvent in the Room may
not be the actual last event
because we ignore several
event types there. Therefore
it makes sense to refactor
the setUnread method.
Now the timeline class has an
easy method to set the read
marker to the last synced
event, which can only be
known by the timeline if we
want to avoid another DB access.
2021-11-09 14:56:59 +01:00
..
encryption refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
src refactor: Move setreadmarker functionality to timeline 2021-11-09 14:56:59 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart Merge branch 'nico/nullsafe' into 'main' 2021-10-28 16:25:25 +00:00