removed unused crypto functions
This commit is contained in:
parent
00550872d7
commit
976fd61f23
3 changed files with 1 additions and 53 deletions
|
@ -45,7 +45,6 @@ export default class FileReceiver extends Nanobus {
|
|||
|
||||
async getMetadata() {
|
||||
const meta = await metadata(this.fileInfo.id, this.keychain);
|
||||
this.keychain.setIV(meta.iv);
|
||||
this.fileInfo.name = meta.name;
|
||||
this.fileInfo.type = meta.type;
|
||||
this.fileInfo.iv = meta.iv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue