diff options
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 3c21cb76..8aa73a22 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -184,10 +184,7 @@ const Status = { }) }, mentionsLine () { - return this.mentionsOwnLine ? this.mentions : this.alsoMentions - }, - mentionsOwnLine () { - return this.mergedConfig.mentionsOwnLine + return this.alsoMentions }, hasMentionsLine () { return this.mentionsLine.length > 0 |
