Removes showContactModal in favor of redux action

This commit is contained in:
Josh Perez 2022-12-09 01:08:55 -05:00 committed by GitHub
parent 135c832748
commit 81e4564687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 16 deletions

View file

@ -86,7 +86,6 @@ export type TimelinePropsType = ExternalProps &
| 'retrySend'
| 'scrollToQuotedMessage'
| 'showContactDetail'
| 'showContactModal'
| 'showExpiredIncomingTapToViewToast'
| 'showExpiredOutgoingTapToViewToast'
| 'showMessageDetail'