mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Be more lenient with quality matches when forwarding attachments.
This commit is contained in:
committed by
Cody Henthorne
parent
7d5627b17b
commit
d7ee9639fd
@@ -1297,10 +1297,7 @@ class AttachmentTable(
|
||||
return false
|
||||
}
|
||||
|
||||
// If the potential match was sent using standard quality, we can re-use the file -- the new thing being high-quality can't make it any nicer
|
||||
if (potentialMatchProperties.sentMediaQuality == SentMediaQuality.STANDARD.code) {
|
||||
return true
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
if (newProperties.sentMediaQuality != potentialMatchProperties.sentMediaQuality) {
|
||||
|
||||
Reference in New Issue
Block a user