Migrate avatars and group avatars.

This commit is contained in:
Greyson Parrelli
2020-03-26 15:38:27 -04:00
parent 9848599807
commit 10bfc8a753
22 changed files with 317 additions and 136 deletions

View File

@@ -54,4 +54,7 @@ public class ModernEncryptingPartOutputStream {
}
}
public static long getPlaintextLength(long cipherTextLength) {
return cipherTextLength - 32;
}
}