mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -21,7 +21,7 @@ import { itemStorage } from '../textsecure/Storage.preload.js';
|
||||
export async function encryptProfileData(
|
||||
conversation: ConversationType,
|
||||
{ oldAvatar, newAvatar }: AvatarUpdateType
|
||||
): Promise<[ProfileRequestDataType, Uint8Array | undefined]> {
|
||||
): Promise<[ProfileRequestDataType, Uint8Array<ArrayBuffer> | undefined]> {
|
||||
const {
|
||||
aboutEmoji,
|
||||
aboutText,
|
||||
|
||||
Reference in New Issue
Block a user