mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-20 17:57:29 +00:00
Be more specific about which blurhashes to throw out.
This commit is contained in:
@@ -2453,7 +2453,7 @@ class AttachmentTable(
|
||||
contentValues.put(TRANSFORM_PROPERTIES, transformProperties.serialize())
|
||||
contentValues.put(ATTACHMENT_UUID, attachment.uuid?.toString())
|
||||
|
||||
if (attachment.transformProperties?.videoEdited == true) {
|
||||
if (attachment.transformProperties?.videoTrimStartTimeUs != 0L) {
|
||||
contentValues.putNull(BLUR_HASH)
|
||||
} else {
|
||||
contentValues.put(BLUR_HASH, uploadTemplate.getVisualHashStringOrNull())
|
||||
|
||||
Reference in New Issue
Block a user