mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Move left pane entirely to React
This commit is contained in:
@@ -1377,11 +1377,7 @@
|
||||
},
|
||||
|
||||
async openConversation(number) {
|
||||
const conversation = await window.ConversationController.getOrCreateAndWait(
|
||||
number,
|
||||
'private'
|
||||
);
|
||||
window.Whisper.events.trigger('showConversation', conversation);
|
||||
window.Whisper.events.trigger('showConversation', number);
|
||||
},
|
||||
|
||||
listenBack(view) {
|
||||
|
||||
Reference in New Issue
Block a user