|
@@ -207,10 +207,10 @@ declare namespace threema {
|
|
|
// Permissions towards this receiver
|
|
|
access: ReceiverAccess;
|
|
|
|
|
|
- // Whether the chat with this receiver is locked.
|
|
|
+ // Whether the chat with this receiver is locked. Used for private chats.
|
|
|
locked?: boolean;
|
|
|
|
|
|
- // Whether the chat with this receiver is visible.
|
|
|
+ // Whether the chat with this receiver is visible. Used for private chats.
|
|
|
visible?: boolean;
|
|
|
}
|
|
|
|
|
@@ -239,6 +239,9 @@ declare namespace threema {
|
|
|
// The identity state
|
|
|
state: 'ACTIVE' | 'INACTIVE';
|
|
|
|
|
|
+ // Contact hidden?
|
|
|
+ hidden: boolean;
|
|
|
+
|
|
|
// The Threema public key
|
|
|
publicKey: ArrayBuffer;
|
|
|
|