Removes showForwardMessageModal from conversation_view

This commit is contained in:
Josh Perez 2022-12-08 19:49:54 -05:00 committed by GitHub
parent 5c059c54d5
commit ec3c8d99ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 21 deletions

View file

@ -138,7 +138,7 @@ const defaultMessageProps: TimelineMessagesProps = {
showExpiredOutgoingTapToViewToast: action(
'showExpiredOutgoingTapToViewToast'
),
showForwardMessageModal: action('default--showForwardMessageModal'),
toggleForwardMessageModal: action('default--toggleForwardMessageModal'),
showMessageDetail: action('default--showMessageDetail'),
showVisualAttachment: action('default--showVisualAttachment'),
startConversation: action('default--startConversation'),