See ARP, they will always be set.
@@ -3131,6 +3131,8 @@ export class WebClientService {
featureMask: 0xFF,
verificationLevel: 3,
state: 'ACTIVE',
+ locked: false,
+ visible: true,
hidden: false,
access: {
canChangeAvatar: true,
@@ -232,10 +232,10 @@ declare namespace threema {
access: ReceiverAccess;
// Whether the chat with this receiver is locked. Used for private chats.
- locked?: boolean;
+ locked: boolean;
// Whether the chat with this receiver is visible. Used for private chats.
- visible?: boolean;
+ visible: boolean;
}
/**