make it short

このコミットが含まれているのは:
taehoon 2019-05-06 16:17:29 -04:00
コミット 44a18eb838
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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) {