Просмотр исходного кода

threema.d.ts: Contact featureFlag is not nullable

Danilo Bargen 6 лет назад
Родитель
Сommit
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';