aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-08-12 02:49:37 +0300
committerHenry Jameson <me@hjkos.com>2021-08-12 02:56:40 +0300
commit2cfff1b8b9c642e9284483d6658312d9a3763417 (patch)
tree32c707645da9c8de6c5f2d53e40a1afaf844f508 /src/components/status/status.js
parenta0eaac2216e7f279e10c6b688b9fa81f7a4fad2d (diff)
remove new options for style and separate line, now groups all chained
mentions on a mentionsline regardless of placement. fixes spacing
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js5
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