aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-05-06 16:17:29 -0400
committertaehoon <th.dev91@gmail.com>2019-05-06 16:17:29 -0400
commit44a18eb8380bc7094c722df5aaadb29d45074dbe (patch)
tree88a3698c302b905af4d29bf8294dafbe1a386154
parent1a3799bfacd70fc51bc58a5a8b7ac2c88f9ed7dd (diff)
make it short
-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 c873d407..d5895832 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -159,7 +159,7 @@ const Status = {
if (this.$store.state.config.replyVisibility === 'all') {
return false
}
- if (this.inlineExpanded || this.inConversation || !this.isReply) {
+ if (this.inConversation || !this.isReply) {
return false
}
if (this.status.user.id === this.$store.state.users.currentUser.id) {