mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor(instance.ts): use new zap_split data structure in ditto hard coded pubkey
This commit is contained in:
parent
75ad25ccac
commit
c49460e37d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const instanceV1Controller: AppController = async (c) => {
|
|||
['p', dittoPubkey, '5', dittoMsg],
|
||||
],
|
||||
}, c);
|
||||
zap_split = { [dittoPubkey]: ['5', dittoMsg] };
|
||||
zap_split = { [dittoPubkey]: { amount: 5, message: dittoMsg } };
|
||||
}
|
||||
|
||||
/** Protocol to use for WebSocket URLs, depending on the protocol of the `LOCAL_DOMAIN`. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue