matrix-dart-sdk/lib/src
Krille 1dbb81ed83
chore: Revert check message size before fake sync
This lead to the huge problem that there is no
user feedback between sending a message and
seeing it in the timeline as it is encrypted
before the first user feedback is shown. But
the encryption step is async and also includes
fetching devices if necessary so that can take
seconds or even forever on bad internet
connection.

This reverts commit 981c3ea94d.
2024-05-10 08:22:09 +02:00
..
database refactor: Create StrippedStateEvents for invite rooms when loading from db 2024-05-06 09:42:05 +02:00
models refactor: Deprecations after dart upgrade 2024-02-28 12:37:54 +01:00
utils refactor: Use strippedstatevent as base for room state and user class 2024-05-03 14:06:49 +02:00
voip chore: Revert check message size before fake sync 2024-05-10 08:22:09 +02:00
client.dart refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
event.dart refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
event_status.dart refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
presence.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00
room.dart chore: Revert check message size before fake sync 2024-05-10 08:22:09 +02:00
timeline.dart refactor: delete not sent events without eventupdate stream workaround 2024-05-08 12:02:55 +02:00
user.dart refactor: Use strippedstatevent as base for room state and user class 2024-05-03 14:06:49 +02:00