mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Fix a few issues with linking a new Desktop instance
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
getUuid() {
|
||||
const uuid = textsecure.storage.get('uuid_id');
|
||||
if (uuid === undefined) return undefined;
|
||||
return textsecure.utils.unencodeNumber(uuid)[0];
|
||||
return textsecure.utils.unencodeNumber(uuid.toLowerCase())[0];
|
||||
},
|
||||
|
||||
getDeviceId() {
|
||||
|
||||
Reference in New Issue
Block a user