mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Uint8Array migration
This commit is contained in:
@@ -18,7 +18,7 @@ export type PropsDataType = {
|
||||
type PropsType = {
|
||||
myProfileChanged: (
|
||||
profileData: ProfileDataType,
|
||||
avatarBuffer?: ArrayBuffer
|
||||
avatarBuffer?: Uint8Array
|
||||
) => unknown;
|
||||
toggleProfileEditor: () => unknown;
|
||||
toggleProfileEditorHasError: () => unknown;
|
||||
|
||||
Reference in New Issue
Block a user