mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Improve attachment deduping for videos.
This commit is contained in:
committed by
Cody Henthorne
parent
ba2d5bce41
commit
7eac9ce1f4
@@ -1950,10 +1950,6 @@ class AttachmentTable(
|
||||
return false
|
||||
}
|
||||
|
||||
if (newProperties.mp4FastStart != potentialMatchProperties.mp4FastStart) {
|
||||
return false
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user