matrix-dart-sdk/lib
Krille Fear 00cc439122 fix: Do not set old events as state events
Previously we had a check which uses the old
sortOrder value.
This check has been removed with the refactoring which leads to
bug #209. This fixes it by checking if the
event is already known in the database.
I am not 100% happy with this solution as this database api is impossible
to be implemented with a sqlite db. Once we start to refactor the whole sync update logic
we maybe could find a better way, but only the fox god knows.
2021-09-14 08:29:54 +02:00
..
encryption refactor: _updateUserDeviceKeys method 2021-09-13 14:58:07 +02:00
src fix: Do not set old events as state events 2021-09-14 08:29:54 +02:00
encryption.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix.dart refactor: Make RoomUpdate class null safe by removing it 2021-09-08 12:31:55 +00:00