famedly / matrix-dart-sdk

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

fix: Call logout on soft logout fail #1895

Closed krille-chan closed 1 month ago

krille-chan commented 1 month ago

If we fail to handle the soft logout, we should call the logout endpoint to delete the device from the server instead of just clear the client.

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