Przeglądaj źródła

threema.d.ts: Contact featureFlag is not nullable

Danilo Bargen 6 lat temu
rodzic
commit
84cb1b6e4f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/threema.d.ts

+ 1 - 1
src/threema.d.ts

@@ -258,7 +258,7 @@ declare namespace threema {
         verificationLevel?: number;
 
         // Feature mask
-        featureMask: number | null;
+        featureMask: number;
 
         // The identity state
         state: 'ACTIVE' | 'INACTIVE';