fix notification open the correct conversation

pull/1833/head
audric 4 years ago
parent 426f2000b8
commit b6fcd59ec4

4
.gitignore vendored

@ -43,4 +43,6 @@ proxy.pub
yarn-error.log
# editor
.vscode/
.vscode/
libloki/test/test.js

@ -12,6 +12,8 @@ libtextsecure/components.js
libtextsecure/test/test.js
stylesheets/*.css
test/test.js
libloki/test/test.js
test/ts/**/*.js
ts/**/*.js
ts/protobuf/*.d.ts

@ -348,7 +348,7 @@
Whisper.Notifications.on('click', async (id, messageId) => {
window.showWindow();
if (id) {
await window.openConversationWithMessages({ id, messageId });
await window.openConversationWithMessages({ conversationKey: id, messageId });
} else {
appView.openInbox({
initialLoadComplete,

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save