diff --git a/src/api/model/chat.ts b/src/api/model/chat.ts index 22fafbc7d..343573c7d 100644 --- a/src/api/model/chat.ts +++ b/src/api/model/chat.ts @@ -32,7 +32,7 @@ export interface Chat { muteExpiration: number; name: string; /** Whatsapp provides us with built-in spam detection and this is its indicator */ - notSpam: boolean; + notSpam?: boolean; pin: number; msgs: null; kind: string;