matrix-dart-sdk/lib
Krille 501c457ea1
refactor: delete not sent events without eventupdate stream workaround
This fixes several problems. First
sending a fake event through the
onEventUpdate stream was not a
good design and lead to problems
if you expect a timeline event but
then are unable to build the
event from json. This now uses
a new stream in the Client which
is listened to in the timeline to
delete an event which should be
much more reliable.
It also now throws an exception
if deleting the event fails
instead of returning true or false.
A deprecation note is added.
2024-05-08 12:02:55 +02:00
..
encryption feat: famedly calls 2024-04-23 15:52:35 +05:30
matrix_api_lite fix: Don't fail sync if a presence event has an empty presence field 2024-04-26 13:08:01 +02:00
msc_extensions fix: remove msc3245 key from audio events 2024-04-12 15:53:13 +05:30
src refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
fake_matrix_api.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
matrix.dart chore: expose fake matrix api 2024-04-30 17:42:36 +05:30
matrix_api_lite.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30