Add pow to wrapped messages

This commit is contained in:
Jon Staab
2026-03-30 11:22:22 -07:00
parent a66193ff45
commit 2da5dee6bd
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -103,6 +103,7 @@
await sendWrapped({
event: makeDelete({event: eventToEdit, protect: false}),
recipients: pubkeys,
pow: 16,
})
}
@@ -152,6 +153,7 @@
event,
recipients: pubkeys,
delay: $userSettingsValues.send_delay + ms(i),
pow: 16,
}),
),
)