@alex How are you getting the payment address, via API call or via Activitypub? Currently PeerTube Lightning cross app comment zaps get the remote address from API calls to mastodon/soapbox, and exposes payment info using the well-known/lunurlp and keysend for the user's Activitypub address. To work on adding recieving compatibility with this payment method I'll probably need to get @Chocobozzz to add another hook to the plugin API so I want to make sure I'm adding the info in the right place.
@alex @Chocobozzz
right, i got that part, but how are you getting the address internally on the bridge, are you making an api call to "/api/v1/accounts" or getting it from the activity pub actor info?
@alex @Chocobozzz
PeerTube accounts don't have fields, so i'll need to hack that in.
@alex @Chocobozzz The main advantage to the well-known exposure method is it turns the activitypub address into a passthrough lightning address. You can send a payment to errhead@freediverse.com and it goes to the lightning address I have configured on that PeerTube instance.