Skip to content
Snippets Groups Projects

Transition to MastoAPI: Mute & Block and Add Mutes management tab

Merged Tae Hoon requested to merge tae/pleroma-fe:227-manage-blocks-mutes into develop
All threads resolved!
5 files
+ 12
35
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -12,7 +12,7 @@ const MuteCard = {
return this.$store.getters.findUser(this.userId)
},
muted () {
return this.user.mastodonMuted
return this.user.muted
}
},
components: {
Loading