disable embedding nip94 for now

This commit is contained in:
Kieran 2023-04-17 10:24:24 +01:00
parent 3735ddcf39
commit 7bbca526b8
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ export default async function VoidCat(
tags.push(["i", parsedMagnet?.infoHash]);
}
}
ret.header = await publisher.generic(filename, EventKind.FileHeader, tags);
//disable for now
//ret.header = await publisher.generic(filename, EventKind.FileHeader, tags);
}
return ret;
} else {