My zapping doesn't work. When I click on the lightning icon nothing happens. I tried disabling delayed zaps, but that didn't change it. @ek - bug report
0 sats \ 0 replies \ @ek 6 Jun
I tried disabling delayed zaps, but that didn't change it.
Oh and there is a bug with the new zap undo animation not being visible if you haven't zapped an item before. Fixed that in this PR.
reply
0 sats \ 0 replies \ @ek 6 Jun
I assume you’re zapping from an attached wallet since that would explain it:
In the last release, we removed the toasts and used optimistic updates for non-custodial zaps so it immediately looked like it succeeded while the payment was attempted in the background.
However, a bug in this optimistic code broke replies showing up so we had to remove this immediate visual feedback. So I think that’s what you’re seeing: nothing because the payment is still pending. Do you see pending payments in your wallet logs on SN?
While writing this I got an idea how to fix this missing feedback in a way that doesn’t break replies.
reply