Hopefully remove the re: when replying to someone with status topic

This commit is contained in:
desea 2022-10-16 22:18:53 +02:00
parent 238c500602
commit 74b3d0bc52

View file

@ -392,7 +392,7 @@ const Status = {
if ((behavior !== 'noop' && startsWithRe) || behavior === 'masto') { if ((behavior !== 'noop' && startsWithRe) || behavior === 'masto') {
return decodedSummary return decodedSummary
} else if (behavior === 'email') { } else if (behavior === 'email') {
return 're: '.concat(decodedSummary) return decodedSummary
} else if (behavior === 'noop') { } else if (behavior === 'noop') {
return '' return ''
} }