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
@@ -31,6 +31,7 @@
sendWrapped({
event: makeReaction({event, content: emoji.unicode, protect: false}),
recipients: pubkeys,
pow: 16,
})
}).bind(undefined, event, pubkeys)