Yuito-app-android/app/src/main/java
Nik Clayton 9ec9d35100
Return the actual error body as a string (#3440)
The previous code returned the text representation of the error body type, which resulted in errors appearing in the UI as:

```
okhttp3.ResponseBody$Companion$asResponseBody$1@...
```

This code actually converts the *body* of the error response to a string, so the error is displayed correctly.
2023-03-13 09:58:15 +01:00
..
com/keylesspalace/tusky Return the actual error body as a string (#3440) 2023-03-13 09:58:15 +01:00