Comment email: Subject no longer varies between questions so emails are threaded in gmail

This commit is contained in:
James Grugett 2022-07-19 14:54:42 -05:00
parent 74760b1062
commit 93b9ace477

View File

@ -302,7 +302,7 @@ export const sendNewCommentEmail = async (
)}`
}
const subject = `Comment from ${commentorName} on ${question}`
const subject = `Comment on ${question}`
const from = `${commentorName} on Manifold <no-reply@manifold.markets>`
if (contract.outcomeType === 'FREE_RESPONSE' && answerId && answerText) {