ConversationView: Move deleteMessage to redux

This commit is contained in:
Scott Nonnenberg 2022-12-14 14:45:39 -08:00 committed by GitHub
parent 50d9b6e5e1
commit 7c86f02c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 83 additions and 38 deletions

View file

@ -65,7 +65,6 @@ export type TimelinePropsType = ExternalProps &
| 'acknowledgeGroupMemberNameCollisions'
| 'contactSupport'
| 'blockGroupLinkRequests'
| 'deleteMessage'
| 'downloadNewVersion'
| 'kickOffAttachmentDownload'
| 'learnMoreAboutDeliveryIssue'