Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.57k stars 539 forks source link

AddAccountView: fix error handling #2137

Closed Taufi closed 4 months ago

Taufi commented 4 months ago

In Client > makeEntityRequest, every DecodingError is transformed into a ServerError, causing the error handling in AddAccountsView to fail. This change fixes that issue.