aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-01-17 23:44:31 +0300
committerHenry Jameson <me@hjkos.com>2019-01-17 23:57:24 +0300
commit6c70e9950c34eaffff79368a9e89ee1e58964296 (patch)
treec770350b92e57fe73f07585c9fae5eb2b77101f1 /src/components/status/status.js
parentaf36f4915a1a67a05a9fd98a7299889cba43d94e (diff)
some more post fields
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index b648ab70..27f7bafa 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -141,7 +141,7 @@ const Status = {
if (this.status.user.id === this.$store.state.users.currentUser.id) {
return false
}
- if (this.status.activity_type === 'repeat') {
+ if (this.status.type === 'retweet') {
return false
}
var checkFollowing = this.$store.state.config.replyVisibility === 'following'