mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-26 07:55:29 +01:00
857b945410
The theory is that if multiple remote keys map to the *same* local entry, then when we go to update the local contact the second time, we won't find the entry by StorageID, because we changed it during the *first* update, which will then lead to a crash. This change makes it so dupes are considered invalid, so we'll delete them and upload our own local copy.