mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Enable forwarding of shared contacts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user