mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-26 03:29:58 +01:00
By default, dont try to gunzip
This commit is contained in:
@@ -1241,7 +1241,7 @@ public class Base64
|
||||
* @since 1.4
|
||||
*/
|
||||
public static byte[] decode( String s ) throws java.io.IOException {
|
||||
return decode( s, NO_OPTIONS );
|
||||
return decode( s, DONT_GUNZIP );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user