Skip to content

Commit 81ce7dc

Browse files
authored
fix: noReportChatDeletion must be optional
1 parent 45cb897 commit 81ce7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface Config {
4343
* Disable whether clicking on `[Report handled]` deletes the
4444
* report chat message.
4545
*/
46-
noReportChatDeletion: boolean;
46+
noReportChatDeletion?: boolean;
4747
};
4848

4949
/**

0 commit comments

Comments
 (0)