ConversationView: Move setPin to redux

This commit is contained in:
Scott Nonnenberg 2022-12-06 17:00:02 -08:00 committed by GitHub
parent e9b7a74b32
commit ff6750e4fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 135 additions and 86 deletions

View file

@ -34,7 +34,6 @@ export type OwnProps = {
onMarkUnread: () => void;
onMoveToInbox: () => void;
onSearchInConversation: () => void;
onSetPin: (value: boolean) => void;
onShowAllMedia: () => void;
onShowConversationDetails: () => void;
onShowGroupMembers: () => void;