better support for lack of block expiration

This commit is contained in:
Henry Jameson 2025-07-09 17:56:52 +03:00
commit 71d1baffcc
2 changed files with 13 additions and 8 deletions

View file

@ -26,9 +26,7 @@ const MuteCard = {
methods: {
unmuteUser () {
this.progress = true
this.$store.dispatch('unmuteUser', this.userId).then(() => {
this.progress = false
})
this.$store.dispatch('unmuteUser', this.userId)
},
muteUser () {
this.$refs.timedMuteDialog.optionallyPrompt()