mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Don't show message request after requesting to join via group link
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user