Merge branch 'fix-zap-post' into 'main'

fix(zapController): remove not needed arguments

See merge request soapbox-pub/ditto!556
This commit is contained in:
Alex Gleason 2024-10-18 17:13:08 +00:00
commit b876cf368a

View file

@ -560,7 +560,7 @@ const zapController: AppController = async (c) => {
lnurl = getLnurl(meta);
if (target && lnurl) {
tags.push(
['e', target.id, Conf.relay, '', target.pubkey],
['e', target.id, Conf.relay],
['p', target.pubkey, Conf.relay],
['amount', amount.toString()],
['relays', Conf.relay],