This commit is contained in:
Henry Jameson 2018-09-25 15:21:47 +03:00
parent ef968d8e1e
commit d5e82625d3
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ const Status = {
return true
},
replySubject () {
if (!this.status.summary) return '';
if (!this.status.summary) return ''
const behavior = this.$store.state.config.subjectLineBehavior
const startsWithRe = this.status.summary.match(/^re[: ]/i)
if (behavior !== 'noop' && startsWithRe || behavior === 'masto') {