Merge branch 'develop' into feature/lockdown-timelines-private-mode
This commit is contained in:
commit
821a2bcc68
65 changed files with 659 additions and 1179 deletions
|
@ -4,10 +4,7 @@ import { mapState } from 'vuex'
|
|||
const NavPanel = {
|
||||
created () {
|
||||
if (this.currentUser && this.currentUser.locked) {
|
||||
const store = this.$store
|
||||
const credentials = store.state.users.currentUser.credentials
|
||||
|
||||
followRequestFetcher.startFetching({ store, credentials })
|
||||
this.$store.dispatch('startFetchingFollowRequest')
|
||||
}
|
||||
},
|
||||
computed: mapState({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue