chore: Follow up push avatars

This commit is contained in:
Christian Kußowski 2025-05-17 16:40:09 +02:00
commit 15543275c4
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 7 additions and 5 deletions

View file

@ -51,7 +51,7 @@ extension ClientDownloadContentExtension on Client {
if (rounded) {
final image = decodeImage(imageData);
if (image != null) {
imageData = copyCropCircle(image).toUint8List();
imageData = encodePng(copyCropCircle(image));
}
}