mirror of
https://github.com/mastodon/mastodon-android.git
synced 2025-01-31 02:44:48 +01:00
Merge pull request #866 from nikclayton/patch-1
fix: Remove charset from application/json content type
This commit is contained in:
commit
1d25494274
@ -20,7 +20,7 @@ public class JsonObjectRequestBody extends RequestBody{
|
||||
|
||||
@Override
|
||||
public MediaType contentType(){
|
||||
return MediaType.get("application/json;charset=utf-8");
|
||||
return MediaType.get("application/json");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user