famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
52 stars 30 forks source link

revert: Check size before fake sync #1792

Closed krille-chan closed 3 months ago

krille-chan commented 3 months ago

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.