chore: Follow up push avatars
This commit is contained in:
parent
e8ee3722db
commit
15543275c4
2 changed files with 7 additions and 5 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue