Disable loadReactions

This commit is contained in:
Jon Staab 2023-11-01 23:03:04 -07:00
parent c9609be684
commit 974f5a5306

View File

@ -170,9 +170,9 @@
loadPubkeys([event.pubkey])
for await (const c of loadReactions(event.id, hints)) {
console.log(event.id, c)
}
// for await (const c of loadReactions(event.id, hints)) {
// console.log(event.id, c)
// }
const kinds = [1, 7]