matrix-dart-sdk/lib/src
Nicolas Werner 5ffa99d994
fix: Do not assume a missing timestamp means "now"
This causes issues with state handling as we prefer the newer event. It
also has knock-on effects in other places. Instead set such events to
have an obviously invalid timestamp, which makes issues easier to
identify.

This may break invites showing a timestamp or the timestamps for just
sent events, if you rely on the timestamp getting set to "now".
2024-03-04 17:49:50 +01:00
..
database feat: Store accesstokenExpiresIn and call softlogout 5 minutes before 2024-02-23 13:06:38 +01:00
models refactor: Deprecations after dart upgrade 2024-02-28 12:37:54 +01:00
utils refactor: Deprecations after dart upgrade 2024-02-28 12:37:54 +01:00
voip fix: ignore expired calls rather than killing them 2024-02-14 03:27:09 +05:30
client.dart feat: Store accesstokenExpiresIn and call softlogout 5 minutes before 2024-02-23 13:06:38 +01:00
event.dart fix: Do not assume a missing timestamp means "now" 2024-03-04 17:49:50 +01:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
presence.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00
room.dart Merge branch 'main' into pat/archive-room-names 2024-02-29 12:03:45 +01:00
timeline.dart fix: Delayed encrypted event in timeline not added to aggregated events 2023-11-27 16:12:45 +01:00
user.dart refactor: Deprecations after dart upgrade 2024-02-28 12:37:54 +01:00