forked from AkkomaGang/akkoma-fe
lint fix
This commit is contained in:
parent
ef968d8e1e
commit
d5e82625d3
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ const Status = {
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
replySubject () {
|
replySubject () {
|
||||||
if (!this.status.summary) return '';
|
if (!this.status.summary) return ''
|
||||||
const behavior = this.$store.state.config.subjectLineBehavior
|
const behavior = this.$store.state.config.subjectLineBehavior
|
||||||
const startsWithRe = this.status.summary.match(/^re[: ]/i)
|
const startsWithRe = this.status.summary.match(/^re[: ]/i)
|
||||||
if (behavior !== 'noop' && startsWithRe || behavior === 'masto') {
|
if (behavior !== 'noop' && startsWithRe || behavior === 'masto') {
|
||||||
|
|
Loading…
Reference in a new issue