mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
cleanup unused js parameters
This commit is contained in:
parent
ed673fdba8
commit
3988ea9ba5
3 changed files with 5 additions and 7 deletions
|
|
@ -165,8 +165,8 @@ export const GnuPGUserStore = new class {
|
|||
return fingerprints;
|
||||
}
|
||||
|
||||
getPrivateKeyFor(query, sign) {
|
||||
return findGnuPGKey(this.privateKeys, query, sign);
|
||||
getPrivateKeyFor(query/*, sign*/) {
|
||||
return findGnuPGKey(this.privateKeys, query/*, sign*/);
|
||||
}
|
||||
|
||||
async decrypt(message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue