forked from AkkomaGang/akkoma-fe
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:
parent
90dc510c4d
commit
0da0d68767
1 changed files with 1 additions and 1 deletions
|
@ -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 decodedSummary
|
return 're: '.concat(decodedSummary)
|
||||||
} else if (behavior === 'noop') {
|
} else if (behavior === 'noop') {
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue