hide mute conversation button to guests
This commit is contained in:
parent
6504d8ca0f
commit
92a0c475f7
2 changed files with 5 additions and 2 deletions
|
@ -40,6 +40,9 @@ const ExtraButtons = {
|
|||
},
|
||||
canPin () {
|
||||
return this.ownStatus && (this.status.visibility === 'public' || this.status.visibility === 'unlisted')
|
||||
},
|
||||
canMute () {
|
||||
return !!this.currentUser
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue