session nomenclature updates

pull/1002/head
Vincent 6 years ago
parent 09a18d1938
commit 99a5766592

@ -187,6 +187,7 @@
} }
await conversation.destroyMessages(); await conversation.destroyMessages();
await window.Signal.Data.removeConversation(id, { await window.Signal.Data.removeConversation(id, {
Conversation: Whisper.Conversation, Conversation: Whisper.Conversation,
}); });
@ -195,7 +196,7 @@
getOrCreateAndWait(id, type) { getOrCreateAndWait(id, type) {
return this._initialPromise.then(() => { return this._initialPromise.then(() => {
const conversation = this.getOrCreate(id, type); const conversation = this.getOrCreate(id, type);
5
if (conversation) { if (conversation) {
return conversation.initialPromise.then(() => conversation); return conversation.initialPromise.then(() => conversation);
} }

@ -2763,7 +2763,9 @@
window.confirmationDialog({ window.confirmationDialog({
title, title,
message, message,
resolve: () => ConversationController.deleteContact(this.id), resolve: () => {
ConversationController.deleteContact(this.id);
},
}); });
}, },

@ -210,7 +210,7 @@
"node": "^10.13.0" "node": "^10.13.0"
}, },
"build": { "build": {
"appId": "com.loki-project.messenger-desktop", "appId": "org.getsession.session-desktop",
"afterSign": "build/notarize.js", "afterSign": "build/notarize.js",
"artifactName": "${name}-${os}-${arch}-${version}.${ext}", "artifactName": "${name}-${os}-${arch}-${version}.${ext}",
"mac": { "mac": {

Loading…
Cancel
Save