diff options
| author | Henry Jameson <me@hjkos.com> | 2021-08-12 02:49:37 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-08-12 02:56:40 +0300 |
| commit | 2cfff1b8b9c642e9284483d6658312d9a3763417 (patch) | |
| tree | 32c707645da9c8de6c5f2d53e40a1afaf844f508 /src/components/status_body | |
| parent | a0eaac2216e7f279e10c6b688b9fa81f7a4fad2d (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_body')
| -rw-r--r-- | src/components/status_body/status_body.js | 3 | ||||
| -rw-r--r-- | src/components/status_body/status_body.vue | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js index d1736ba3..8757154d 100644 --- a/src/components/status_body/status_body.js +++ b/src/components/status_body/status_body.js @@ -25,8 +25,7 @@ const StatusContent = { 'focused', 'noHeading', 'fullContent', - 'singleLine', - 'hideMentions' + 'singleLine' ], data () { return { diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index d77ccd54..9f01c470 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -45,7 +45,6 @@ :html="status.raw_html" :emoji="status.emojis" :handle-links="true" - :hide-mentions="hideMentions" :greentext="mergedConfig.greentext" :attentions="status.attentions" @parseReady="onParseReady" |
