Skip to content

Commit

Permalink
TS: add definition for config.allowForwardedMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Sep 6, 2023
1 parent bc6414a commit 7a30a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpgp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ interface Config {
aeadProtect: boolean;
allowUnauthenticatedMessages: boolean;
allowUnauthenticatedStream: boolean;
allowForwardedMessages: boolean;
checksumRequired: boolean;
minRSABits: number;
passwordCollisionCheck: boolean;
Expand Down

0 comments on commit 7a30a62

Please sign in to comment.