Standardize on showConversation function, delete unused functions
This commit is contained in:
parent
1dc3ed914f
commit
f2f1c3c021
35 changed files with 174 additions and 198 deletions
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue