My fucking god, its a setting

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

This reverts commit 74b3d0bc52.
This commit is contained in:
desea 2022-10-22 10:25:17 +02:00
parent 90dc510c4d
commit 0da0d68767
1 changed files with 1 additions and 1 deletions

View File

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