some more post fields

This commit is contained in:
Henry Jameson 2019-01-17 23:44:31 +03:00
parent af36f4915a
commit 6c70e9950c
2 changed files with 11 additions and 1 deletions

View file

@ -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'