mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -109,7 +109,7 @@ export class Blocked {
|
||||
public getBlockedData(): {
|
||||
e164s: Array<string>;
|
||||
acis: Array<AciString>;
|
||||
groupIds: Array<Uint8Array>;
|
||||
groupIds: Array<Uint8Array<ArrayBuffer>>;
|
||||
} {
|
||||
const e164s = this.getBlockedNumbers();
|
||||
const acis = this.getBlockedServiceIds().filter(item => isAciString(item));
|
||||
|
||||
Reference in New Issue
Block a user