mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Link-and-sync
This commit is contained in:
@@ -27,6 +27,7 @@ export type Props = {
|
||||
i18n: LocalizerType;
|
||||
isMe: boolean;
|
||||
isSignalConversation?: boolean;
|
||||
isRestoredFromBackup: boolean;
|
||||
membersCount?: number;
|
||||
phoneNumber?: string;
|
||||
sharedGroupNames?: ReadonlyArray<string>;
|
||||
@@ -144,6 +145,7 @@ export function ConversationHero({
|
||||
hasStories,
|
||||
id,
|
||||
isMe,
|
||||
isRestoredFromBackup,
|
||||
isSignalConversation,
|
||||
membersCount,
|
||||
sharedGroupNames = [],
|
||||
@@ -276,7 +278,7 @@ export function ConversationHero({
|
||||
phoneNumber,
|
||||
sharedGroupNames,
|
||||
})}
|
||||
{!isSignalConversation && (
|
||||
{!isSignalConversation && !isRestoredFromBackup && (
|
||||
<div className="module-conversation-hero__linkNotification">
|
||||
{i18n('icu:messageHistoryUnsynced')}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user