Adds message forwarding

This commit is contained in:
Josh Perez
2021-04-27 15:35:35 -07:00
committed by GitHub
parent cd489a35fd
commit d203f125c6
42 changed files with 1638 additions and 139 deletions

View File

@@ -130,6 +130,7 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
showExpiredOutgoingTapToViewToast: action(
'showExpiredOutgoingTapToViewToast'
),
showForwardMessageModal: action('showForwardMessageModal'),
showMessageDetail: action('showMessageDetail'),
showVisualAttachment: action('showVisualAttachment'),
status: overrideProps.status || 'sent',