mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
Begin implementing a reporting mechanism
This commit is contained in:
@@ -7,6 +7,9 @@ class Metadata {
|
||||
this.metadata = obj.metadata;
|
||||
this.auth = obj.auth;
|
||||
this.nonce = obj.nonce;
|
||||
this.flagged = !!obj.flagged;
|
||||
this.dead = !!obj.dead;
|
||||
this.key = obj.key;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user