mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Move left pane entirely to React
This commit is contained in:
@@ -171,10 +171,10 @@
|
||||
view.onProgress(count);
|
||||
}
|
||||
},
|
||||
openConversation(conversation) {
|
||||
if (conversation) {
|
||||
openConversation(id, messageId) {
|
||||
if (id) {
|
||||
this.openInbox().then(() => {
|
||||
this.inboxView.openConversation(conversation);
|
||||
this.inboxView.openConversation(id, messageId);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user