Enable forwarding of shared contacts
This commit is contained in:
parent
08da49a0aa
commit
00bf642558
1 changed files with 1 additions and 2 deletions
|
@ -100,7 +100,6 @@ export function TimelineMessage(props: Props): JSX.Element {
|
|||
canReply,
|
||||
canRetry,
|
||||
canRetryDeleteForEveryone,
|
||||
contact,
|
||||
containerElementRef,
|
||||
containerWidthBreakpoint,
|
||||
conversationId,
|
||||
|
@ -233,7 +232,7 @@ export function TimelineMessage(props: Props): JSX.Element {
|
|||
|
||||
const handleContextMenu = useHandleMessageContextMenu(menuTriggerRef);
|
||||
const canForward =
|
||||
!isTapToView && !deletedForEveryone && !giftBadge && !contact && !payment;
|
||||
!isTapToView && !deletedForEveryone && !giftBadge && !payment;
|
||||
|
||||
const shouldShowAdditional =
|
||||
doesMessageBodyOverflow(text || '') || !isWindowWidthNotNarrow;
|
||||
|
|
Loading…
Add table
Reference in a new issue