mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Standardize on showConversation function, delete unused functions
This commit is contained in:
@@ -15,5 +15,7 @@ export function startConversation(e164: string, uuid: UUIDStringType): void {
|
||||
`startConversation failed given ${e164}/${uuid} combination`
|
||||
);
|
||||
|
||||
window.Whisper.events.trigger('showConversation', conversation.id);
|
||||
window.reduxActions.conversations.showConversation({
|
||||
conversationId: conversation.id,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user