Why Nostr? What is Njump?
2023-07-22 03:04:14
in reply to

Sarvo on Nostr: npub1v7t4y…lck6k replace if (reaction.startsWith(':')) { const name = ...

replace


if (reaction.startsWith(':')) {
const name = reaction.replaceAll(':', '');
with

// Translate star into thumbs up
if (reaction != "\u{2B50}") {
object.content = reaction;
object._misskey_reaction = reaction;
}
content: reaction,
_misskey_reaction: reaction,
};
just make sure colons and stuff matches, so you don't have any identation error.
Author Public Key
npub1snh7rrawhd92z7gmqyrqs4cfnf6gvuev35tkt95fv9ug0843xy7q7ghvyr