Bump welshman

This commit is contained in:
Jon Staab
2026-03-30 11:43:24 -07:00
parent 2da5dee6bd
commit eeeb3c96d2
3 changed files with 125 additions and 121 deletions
+5 -1
View File
@@ -43,7 +43,11 @@
sendWrapped({event: makeDelete({event, protect: false}), recipients: pubkeys, pow: 16})
const createReaction = (template: EventContent) =>
sendWrapped({event: makeReaction({event, protect: false, ...template}), recipients: pubkeys, pow: 16})
sendWrapped({
event: makeReaction({event, protect: false, ...template}),
recipients: pubkeys,
pow: 16,
})
const openProfile = () => pushModal(ProfileDetail, {pubkey: event.pubkey})