mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Fetch updated profile on profile key update
This commit is contained in:
+5
-1
@@ -2474,7 +2474,11 @@ export async function startApp(): Promise<void> {
|
||||
data.source
|
||||
);
|
||||
|
||||
await conversation.setProfileKey(data.profileKey);
|
||||
const hasChanged = await conversation.setProfileKey(data.profileKey);
|
||||
|
||||
if (hasChanged) {
|
||||
drop(conversation.getProfiles());
|
||||
}
|
||||
|
||||
confirm();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user