Don't show message request after requesting to join via group link

This commit is contained in:
Scott Nonnenberg
2024-09-17 04:05:58 +10:00
committed by GitHub
parent b32dbf2c68
commit 8b627b3f1a
4 changed files with 40 additions and 7 deletions
+1
View File
@@ -356,6 +356,7 @@ export async function joinViaLink(value: string): Promise<void> {
tempConversation.set({
// We want to keep this conversation around, since the join succeeded
isTemporary: undefined,
profileSharing: true,
});
await DataWriter.updateConversation(tempConversation.attributes);
}