better support for lack of block expiration
This commit is contained in:
parent
8436f39eff
commit
71d1baffcc
2 changed files with 13 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue