matrix-dart-sdk/lib/src
Nicolas Werner e1f0d9c0ad
fix: edge cases when calculating (un)localized body
We used to randomly return an empty string when the formatted body was
empty, even though we never return an empty string usually. Similarly we
used to return the original formatted body in an edit, when the new
event has no formatted body.
2024-10-16 13:59:12 +02:00
..
database fix: wait for pending transactions before db close 2024-09-18 10:43:03 +02:00
models feat: BREAKING CHANGE v1.11 matrix-spec endpoints 2024-09-19 14:16:49 +02:00
utils refactor: Migrate to m.marked_unread from Matrix v1.12 2024-10-08 15:03:39 +02:00
voip chore: Lower loglevel for call event with unexpected sender 2024-10-07 10:31:29 +02:00
client.dart chore: Make more clear that Client.uploadContent() does not end to end encrypt the file 2024-10-08 14:56:53 +02:00
event.dart fix: edge cases when calculating (un)localized body 2024-10-16 13:59:12 +02:00
event_status.dart fix: update last event properly on cancel send 2024-07-31 14:36:25 +05:30
presence.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00
room.dart fix: (BREAKING) Change power level without changing memory 2024-10-08 15:10:49 +02:00
timeline.dart fix: canRequestHistory doesn't reflect reality 2024-05-27 14:55:11 +02:00
user.dart refactor: Use strippedstatevent as base for room state and user class 2024-05-03 14:06:49 +02:00