Fix a few issues with linking a new Desktop instance
This commit is contained in:
parent
8bff6e24f0
commit
4eb49ff304
5 changed files with 32 additions and 22 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue