Hopefully remove the re: when replying to someone with status topic
This commit is contained in:
parent
238c500602
commit
74b3d0bc52
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ const Status = {
|
|||
if ((behavior !== 'noop' && startsWithRe) || behavior === 'masto') {
|
||||
return decodedSummary
|
||||
} else if (behavior === 'email') {
|
||||
return 're: '.concat(decodedSummary)
|
||||
return decodedSummary
|
||||
} else if (behavior === 'noop') {
|
||||
return ''
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue