mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-14 12:10:36 +01:00
1819af3000
After merging contacts, it's possible that we don't have a valid UUID. We need to be careful not to use it. Kind of a bummer, but the storage sync flow is currently the only flow where we have this 'possibly not valid UUID'. In the future we should probably use something else instead of a SignalServiceAddress to keep that abstraction clean.