problem: can't see merit request solution text

This commit is contained in:
gsovereignty
2024-08-14 14:47:03 +08:00
parent 15ffdb17b5
commit da3bd4a7d4
3 changed files with 19 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
.then((x) => {
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.SolutionURL() ? merit.SolutionURL() : ''}`;
prepareMeritNoteEvent({
ndk,
merit,