famedly / matrix-dart-sdk

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

refactor: Removes the behavior of deleting an event if the file is no longer cached #1789

Closed krille-chan closed 3 months ago

krille-chan commented 3 months ago

This brings more problems than it helps. It leads to bugs like flickering of sending images and also confuses the user. This should either be handled by the app or the user.

Closes https://github.com/famedly/product-management/issues/1977