Skip to content

Commit

Permalink
fix: noReportChatDeletion must be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRhere authored Oct 2, 2023
1 parent 45cb897 commit 81ce7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface Config {
* Disable whether clicking on `[Report handled]` deletes the
* report chat message.
*/
noReportChatDeletion: boolean;
noReportChatDeletion?: boolean;
};

/**
Expand Down

0 comments on commit 81ce7dc

Please sign in to comment.