mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Fix save profile avatar disappearing on save name/bio
This commit is contained in:
@@ -76,6 +76,16 @@ export type AvatarUpdateType = Readonly<{
|
||||
newAvatar: Uint8Array | undefined;
|
||||
}>;
|
||||
|
||||
export type AvatarUpdateOptionsType = Readonly<
|
||||
| {
|
||||
keepAvatar: false;
|
||||
avatarUpdate: AvatarUpdateType;
|
||||
}
|
||||
| {
|
||||
keepAvatar: true;
|
||||
}
|
||||
>;
|
||||
|
||||
const groupIconColors = [
|
||||
'A180',
|
||||
'A120',
|
||||
|
||||
Reference in New Issue
Block a user