diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-08 14:51:42 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-08 14:51:42 +0300 |
| commit | 7ae85c8318add44af1c8f91c9738a2d715da2f3e (patch) | |
| tree | 487735892d2b06d06c5f15cf823e09c836dce454 /src/components/mention_link/mention_link.js | |
| parent | 0ae3985a522d1ad367d02b86b8b5eca770d1b292 (diff) | |
change defaults
Diffstat (limited to 'src/components/mention_link/mention_link.js')
| -rw-r--r-- | src/components/mention_link/mention_link.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/mention_link/mention_link.js b/src/components/mention_link/mention_link.js index 8a93e8a3..8ad84a51 100644 --- a/src/components/mention_link/mention_link.js +++ b/src/components/mention_link/mention_link.js @@ -52,10 +52,10 @@ const MentionLink = { if (this.highlight) return highlightClass(this.user) }, oldPlace () { - return this.mergedConfig.mentionsOldPlace + return !this.mergedConfig.mentionsOwnLine }, oldStyle () { - return this.mergedConfig.mentionsOldStyle + return !this.mergedConfig.mentionsNewStyle }, style () { if (this.highlight) { |
