Merge branch 'fix/reset-follows-export' into 'develop'

Reset enableFollowsExport when an export file is available to download

See merge request pleroma/pleroma-fe!412
This commit is contained in:
Shpuld Shpludson 2018-12-13 15:06:50 +00:00
commit 915487072b

View file

@ -213,6 +213,7 @@ const UserSettings = {
.fetchFriends({id: this.$store.state.users.currentUser.id})
.then((friendList) => {
this.exportPeople(friendList, 'friends.csv')
setTimeout(() => { this.enableFollowsExport = true }, 2000)
})
},
followListChange () {