Improve attachment deduping for videos.

This commit is contained in:
Greyson Parrelli
2024-09-04 18:16:25 -04:00
committed by Cody Henthorne
parent ba2d5bce41
commit 7eac9ce1f4
4 changed files with 5 additions and 15 deletions

View File

@@ -1950,10 +1950,6 @@ class AttachmentTable(
return false
}
if (newProperties.mp4FastStart != potentialMatchProperties.mp4FastStart) {
return false
}
return true
}