mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
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:
commit
b876cf368a
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ const zapController: AppController = async (c) => {
|
||||||
lnurl = getLnurl(meta);
|
lnurl = getLnurl(meta);
|
||||||
if (target && lnurl) {
|
if (target && lnurl) {
|
||||||
tags.push(
|
tags.push(
|
||||||
['e', target.id, Conf.relay, '', target.pubkey],
|
['e', target.id, Conf.relay],
|
||||||
['p', target.pubkey, Conf.relay],
|
['p', target.pubkey, Conf.relay],
|
||||||
['amount', amount.toString()],
|
['amount', amount.toString()],
|
||||||
['relays', Conf.relay],
|
['relays', Conf.relay],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue