Always share profile on send; no profile sharing UI if no messages
This commit is contained in:
parent
8eea20ea91
commit
cd9aee84f5
4 changed files with 35 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue