matrix-dart-sdk/lib/src
Christian Kußowski 39f74a7293
feat: Make display sending event configurable in Room.sendEvent()
It might be desirable to not display
a pending event in the timeline.
For example when sending a
message from a push notification
while the app is in background, the
app does not sync at all so the
pending events will be
misplaced.
2025-10-09 07:48:46 +02:00
..
database refactor: migrate to web and js_interop pkgs 2025-09-26 14:08:01 +02:00
models refactor: (BREAKING) Make database required 2025-05-16 08:28:08 +02:00
utils refactor: Upgrade to vodozemac cryptoutils 2025-09-30 10:07:19 +02:00
voip feat: reactions for voip calls 2025-10-02 16:27:50 +02:00
client.dart feat: reactions for voip calls 2025-10-02 16:27:50 +02:00
event.dart feat: reactions for voip calls 2025-10-02 16:27:50 +02:00
event_status.dart refactor: Remove unused event status roomState 2025-05-08 09:17:10 +02:00
presence.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
room.dart feat: Make display sending event configurable in Room.sendEvent() 2025-10-09 07:48:46 +02:00
timeline.dart refactor: Restrict canRequestHistory to joined or archived rooms 2025-07-17 09:51:50 +02:00
user.dart fix: user.canKick should be true for knocking users as well 2025-06-16 09:56:40 +02:00