sender no longer needs file nonce
This commit is contained in:
parent
545da556d2
commit
4fb4041f13
5 changed files with 20 additions and 28 deletions
|
@ -43,7 +43,7 @@ class Storage {
|
|||
const k = this.engine.key(i);
|
||||
if (isFile(k)) {
|
||||
try {
|
||||
const f = new OwnedFile(JSON.parse(this.engine.getItem(k)), this);
|
||||
const f = new OwnedFile(JSON.parse(this.engine.getItem(k)));
|
||||
if (!f.id) {
|
||||
f.id = f.fileId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue