mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-09 01:18:36 +01:00
261ec003ee
saveIdentityWithAtttributes allows directly setting all properties of an identity key record. In AccountManager we use it to save our own identity key after a new registration. Previously we would remove the existing key first in order to coerce firstUse to true, but now we can simply set it explicitly, along with a VERIFIED status. // FREEBIE