Skip to content

Commit

Permalink
fix: notSpam attribute of Chat is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Nov 22, 2024
1 parent 1ea86b8 commit 7cee2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/model/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7cee2d2

Please sign in to comment.