diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/EncryptedBlobInterceptor.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/EncryptedBlobInterceptor.kt index 7fd03c646..3ddd56c09 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/EncryptedBlobInterceptor.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/service/okhttp/EncryptedBlobInterceptor.kt @@ -33,9 +33,9 @@ class EncryptedBlobInterceptor( val body = peekBody(Long.MAX_VALUE) // Only tries to decrypt if the content-type is a byte array - if (body.contentType().toString() != "application/octet-stream") { - return null - } + // if (body.contentType().toString() != "application/octet-stream") { + // return null + // } val bytes = body.bytes()