fixed being unable to mute/unmute domains from status context menu
This commit is contained in:
parent
03b6178d17
commit
949aa90faa
2 changed files with 5 additions and 5 deletions
|
|
@ -65,7 +65,7 @@ export default {
|
|||
return this.$store.dispatch('unmuteConversation', { id: this.status.id })
|
||||
},
|
||||
unmuteDomain () {
|
||||
return this.$store.dispatch('unmuteDomain', this.user.id)
|
||||
return this.$store.dispatch('unmuteDomain', this.domain)
|
||||
},
|
||||
toggleUserMute () {
|
||||
if (this.userIsMuted) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue