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
|
@ -25,6 +25,7 @@ export type OwnProps = Omit<
|
|||
| 'renderReactionPicker'
|
||||
| 'theme'
|
||||
| 'showContactModal'
|
||||
| 'showConversation'
|
||||
| 'markViewed'
|
||||
>;
|
||||
|
||||
|
@ -41,7 +42,6 @@ const mapStateToProps = (
|
|||
|
||||
kickOffAttachmentDownload,
|
||||
markAttachmentAsCorrupted,
|
||||
openConversation,
|
||||
openGiftBadge,
|
||||
openLink,
|
||||
showContactDetail,
|
||||
|
@ -76,7 +76,6 @@ const mapStateToProps = (
|
|||
kickOffAttachmentDownload,
|
||||
markAttachmentAsCorrupted,
|
||||
markViewed,
|
||||
openConversation,
|
||||
openGiftBadge,
|
||||
openLink,
|
||||
renderAudioAttachment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue