mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: pass parameters params in ditto:zap notification
This commit is contained in:
parent
6d9d2fd42a
commit
486dff83b9
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ const notificationsController: AppController = async (c) => {
|
|||
}
|
||||
|
||||
if (types.has('ditto:zap')) {
|
||||
filters.push({ kinds: [9735], '#p': [pubkey] });
|
||||
filters.push({ kinds: [9735], '#p': [pubkey], ...params });
|
||||
}
|
||||
|
||||
return renderNotifications(filters, types, params, c);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue