Add uploaded date attribute to PGP key document in MongoDB
This commit is contained in:
@@ -72,6 +72,7 @@ class PGP {
|
||||
fingerprint,
|
||||
userIds,
|
||||
created: primaryKey.created,
|
||||
uploaded: new Date(),
|
||||
algorithm: primaryKey.algorithm,
|
||||
keySize: primaryKey.getBitSize(),
|
||||
publicKeyArmored
|
||||
|
||||
Reference in New Issue
Block a user