Ensure the primary profile is used on secondary devices

pull/661/head
sachaaaaa 5 years ago
parent 5b7baaf357
commit b0122b6ce6

@ -924,7 +924,9 @@ MessageSender.prototype = {
getOurProfile() {
try {
const ourNumber = textsecure.storage.user.getNumber();
// Secondary devices have their profile stored
// in their primary device's conversation
const ourNumber = window.storage.get('primaryDevicePubKey');
const conversation = window.ConversationController.get(ourNumber);
return conversation.getLokiProfile();
} catch (e) {

Loading…
Cancel
Save