Remove old muting logic
This commit is contained in:
parent
a6ce191cbc
commit
302310a653
5 changed files with 12 additions and 35 deletions
|
@ -12,7 +12,7 @@ const MuteCard = {
|
|||
return this.$store.getters.findUser(this.userId)
|
||||
},
|
||||
muted () {
|
||||
return this.user.mastodonMuted
|
||||
return this.user.muted
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue