Fix upload when editing profile with Pleroma

This commit is contained in:
tom79 2019-07-16 15:25:34 +02:00
parent 61a6a42a45
commit f75d6dab15
1 changed files with 1 additions and 1 deletions

View File

@ -1184,7 +1184,7 @@ public class HttpsConnection {
}
}
public int delete(String urlConnection, int timeout, HashMap<String, String> paramaters, String token) throws IOException, NoSuchAlgorithmException, KeyManagementException, HttpsConnectionException {
if( urlConnection.startsWith("https://")) {