Skip to content

Commit

Permalink
fix: Fixed notSpam attribute of Chat is optional (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Dec 20, 2024
1 parent 1742b08 commit 6f7f328
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 6f7f328

Please sign in to comment.