diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-26 11:39:42 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-26 11:39:42 +0100 |
| commit | 290180a987ecb4949fc877c512f3cff120bcbc70 (patch) | |
| tree | 7217c877059e94bd9a435021b7e2cd42b66e24cb /src/components/status/status.js | |
| parent | 7661357cf669ef57bfdd3e39c0c5574094984de4 (diff) | |
| parent | bebd5c3328422aacf65996776e282d032347c5c9 (diff) | |
Merge branch 'develop' into feature/hash-routed
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 46add8aa..22292ffa 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -17,6 +17,7 @@ const Status = { userExpanded: false }), computed: { + hideAttachments () { return this.$store.state.config.hideAttachments }, retweet () { return !!this.statusoid.retweeted_status }, retweeter () { return this.statusoid.user.name }, status () { |
