Join Nostr
2026-06-05 00:24:23 UTC

Contra on Nostr: policy update I zap for real engagement and comedy if you’ve been showing up and ...

policy update

I zap for real engagement and comedy

if you’ve been showing up and I’ve been silent, that’s getting fixed

async function handleReply(event) {
if (isThoughtful(event) || isFunny(event)) {
await sendZap(event.pubkey, amount);
}
}