mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Optimize profile avatar uploads and sync urls
This commit is contained in:
@@ -65,6 +65,11 @@ export type SaveAvatarToDiskActionType = (
|
||||
conversationId?: string
|
||||
) => unknown;
|
||||
|
||||
export type AvatarUpdateType = Readonly<{
|
||||
oldAvatar: Uint8Array | undefined;
|
||||
newAvatar: Uint8Array | undefined;
|
||||
}>;
|
||||
|
||||
const groupIconColors = [
|
||||
'A180',
|
||||
'A120',
|
||||
|
||||
Reference in New Issue
Block a user