mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
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.