Merge branch 'hd-avatar' into voice-calls-2

This commit is contained in:
Ryan Zhao 2021-12-08 15:31:49 +11:00
commit e7094c3f44

View file

@ -42,7 +42,7 @@ import SignalUtilitiesKit
//
// TODO: We could make this a parameter.
var dstSizePixels: CGSize {
return CGSize(width: 210, height: 210)
return CGSize(width: 640, height: 640)
}
var dstAspectRatio: CGFloat {
return dstSizePixels.width / dstSizePixels.height