Do not populate left pane on initial link
This commit is contained in:
parent
f456bbd3db
commit
5e2d48cc2f
25 changed files with 791 additions and 277 deletions
|
@ -685,10 +685,13 @@ export async function mergeGroupV2Record(
|
|||
|
||||
// We don't await this because this could take a very long time, waiting for queues to
|
||||
// empty, etc.
|
||||
waitThenMaybeUpdateGroup({
|
||||
conversation,
|
||||
dropInitialJoinMessage,
|
||||
});
|
||||
waitThenMaybeUpdateGroup(
|
||||
{
|
||||
conversation,
|
||||
dropInitialJoinMessage,
|
||||
},
|
||||
{ viaSync: true }
|
||||
);
|
||||
}
|
||||
|
||||
return hasPendingChanges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue