Skip to content
Snippets Groups Projects

Change 403 messaging

Merged Wyatt Benno requested to merge wyatt777/pleroma-fe:issue_124 into develop
Files
6
@@ -36,7 +36,12 @@ const Timeline = {
}
},
computed: {
timelineError () { return this.$store.state.statuses.error },
timelineError () {
return this.$store.state.statuses.error
},
error403 () {
return this.$store.state.statuses.error403
},
newStatusCount () {
return this.timeline.newStatusCount
},
Loading