Elektrine lite

← Feed

@merryoscar@podcastindex.social

Post #1291776

2025-11-07 16:57 UTC

@ChadF @js @StevenB @francosolerio Should be easy for Alby to make the links clickable - here's the part of their code that renders the invoice description - https://github.com/getAlby/go/blob/master/pages/Transaction.tsx#L172

Replies (1)

  • @StevenB@podcastindex.social 2025-11-07 17:02

    @merryoscar @ChadF @js @francosolerio Does clickable even really matter? It's not like the podcaster is going to be clicking every single payment that comes in, this will ultimately be handled by a program that fetches and consolidates the payment data from all the apps. And if they need a program that does all of that, then they'll need a server, at which point, let's cut the fetching step out and have the apps send it straight to the server.

    Open ##1291777