aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_body/status_body.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-08 14:51:42 +0300
committerHenry Jameson <me@hjkos.com>2021-06-08 14:51:42 +0300
commit7ae85c8318add44af1c8f91c9738a2d715da2f3e (patch)
tree487735892d2b06d06c5f15cf823e09c836dce454 /src/components/status_body/status_body.js
parent0ae3985a522d1ad367d02b86b8b5eca770d1b292 (diff)
change defaults
Diffstat (limited to 'src/components/status_body/status_body.js')
-rw-r--r--src/components/status_body/status_body.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js
index 0c1aa88e..3c092ac7 100644
--- a/src/components/status_body/status_body.js
+++ b/src/components/status_body/status_body.js
@@ -105,8 +105,8 @@ const StatusContent = {
attachmentTypes () {
return this.status.attachments.map(file => fileType.fileType(file.mimetype))
},
- mentionsOldPlace () {
- return this.mergedConfig.mentionsOldPlace
+ mentionsOwnLine () {
+ return this.mergedConfig.mentionsOwnLine
},
mentions () {
return this.status.attentions