Groups: Show in left pane more often, proper join message

This commit is contained in:
Scott Nonnenberg 2022-05-16 07:53:54 -07:00 committed by GitHub
parent 4e76259917
commit dfd1190e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 403 additions and 276 deletions

View file

@ -744,7 +744,7 @@ export async function mergeGroupV2Record(
conversation,
dropInitialJoinMessage,
},
{ viaSync: true }
{ viaFirstStorageSync: isFirstSync }
);
}