diff options
| author | scarlett <nia@netbsd.org> | 2018-09-04 00:41:37 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-09-04 00:41:52 +0100 |
| commit | bdcbd110e42a5deb46116f3ba631118143f71a69 (patch) | |
| tree | 742fb9d16873d30294301ba36f469f7e8ca9ab90 /src/components/retweet_button/retweet_button.js | |
| parent | dcb7e1ecf479a72c904dd882c05f1c446dbe2fe4 (diff) | |
Add option for hiding post statistics (e.g. repeats, favs)
Diffstat (limited to 'src/components/retweet_button/retweet_button.js')
| -rw-r--r-- | src/components/retweet_button/retweet_button.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/retweet_button/retweet_button.js b/src/components/retweet_button/retweet_button.js index cafa9cbc..ef2f271a 100644 --- a/src/components/retweet_button/retweet_button.js +++ b/src/components/retweet_button/retweet_button.js @@ -2,6 +2,7 @@ const RetweetButton = { props: ['status', 'loggedIn', 'visibility'], data () { return { + hidePostStatsLocal: this.$store.state.config.hidePostStats, animated: false } }, |
