mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-13 02:24:20 +01:00
fix: pass parameters params in ditto:zap notification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user