matrix-dart-sdk/lib/src
Krille 017a39c792
refactor: Use Event instead of EventUpdate for pending decryption event queue and for decrypt events in general
This should removes an
unnecessary step of
json serialization and deserialization and should
therefore improve performance.
Gets rid of some unnecessary
code as well.
2024-12-27 13:12:44 +01:00
..
database fix: Use MB and KB instead of MiB and KiB for file sizes 2024-12-18 11:35:23 +01:00
models refactor: Fix new lints from flutter 3.27 2024-12-15 12:21:26 +01:00
utils refactor: Use Event instead of EventUpdate for pending decryption event queue and for decrypt events in general 2024-12-27 13:12:44 +01:00
voip fix: BREAKING! missed initial updates for stream listener callbacks in P2P & mesh calls 2024-12-17 18:11:13 +05:30
client.dart refactor: Use Event instead of EventUpdate for pending decryption event queue and for decrypt events in general 2024-12-27 13:12:44 +01:00
event.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
event_status.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
presence.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
room.dart feat: support push rule conditions event_property_is & event_property_contains 2024-12-23 15:21:01 +05:30
timeline.dart refactor: Remove unnecessary roomId parameter from decryptRoomEvent method 2024-12-17 11:23:58 +01:00
user.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00