mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Always share profile on send; no profile sharing UI if no messages
This commit is contained in:
@@ -462,7 +462,7 @@ export async function mergeGroupV2Record(
|
||||
updateConversation(conversation.attributes);
|
||||
|
||||
const isGroupNewToUs = !isNumber(conversation.get('revision'));
|
||||
const isFirstSync = !isNumber(window.storage.get('manifestVersion'));
|
||||
const isFirstSync = !window.storage.get('storageFetchComplete');
|
||||
const dropInitialJoinMessage = isFirstSync;
|
||||
|
||||
// We don't need to update GroupV2 groups all the time. We fetch group state the first
|
||||
|
||||
Reference in New Issue
Block a user