mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-18 14:04:21 +01:00
problem: users can't provide email address or npub for notifications
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
}
|
||||
prepareMeritVoteEvent({
|
||||
ndk,
|
||||
author,
|
||||
rocket,
|
||||
merit,
|
||||
direction
|
||||
@@ -35,10 +34,9 @@
|
||||
console.log(x);
|
||||
});
|
||||
if (direction === 'ratify') {
|
||||
let content = `I've voted to ratify your merit request! ${merit.Problem()} \n\n ${merit.Solution()?merit.Solution():""}`;
|
||||
let content = `I've voted to ratify your merit request! ${merit.Problem()} \n\n ${merit.Solution() ? merit.Solution() : ''}`;
|
||||
prepareMeritNoteEvent({
|
||||
ndk,
|
||||
author,
|
||||
merit,
|
||||
content
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user