Skip to content
Snippets Groups Projects
Commit abaf5978 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

at mention authors

parent f13f417a
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ for (const line of titleAndBody.split('\n')) {
// Remove some speical chars to remove at mention spam possibilities.
quoteArray.push('> ' + line.replace(/[@#]/g, ""));
}
const replyBody = `Hi ${author},
const replyBody = `Hi @${author},
${quoteArray.join('\n').substring(0,40000)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment