Эх сурвалжийг харах

threema.d.ts: Contact featureFlag is not nullable

Danilo Bargen 7 жил өмнө
parent
commit
84cb1b6e4f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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';