Преглед на файлове

Remove AvatarRegistry type

Danilo Bargen преди 7 години
родител
ревизия
3d20152727
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      src/threema.d.ts

+ 0 - 6
src/threema.d.ts

@@ -26,12 +26,6 @@ declare namespace threema {
         high?: ArrayBuffer;
     }
 
-    interface AvatarRegistry {
-        contact: Avatar;
-        group: Avatar;
-        distributionList: Avatar;
-    }
-
     /**
      * Messages that are sent through the secure data channel as encrypted msgpack bytes.
      */