fixed being unable to mute/unmute domains from status context menu

This commit is contained in:
Henry Jameson 2026-01-07 21:09:01 +02:00
commit 949aa90faa
2 changed files with 5 additions and 5 deletions

View file

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