#315 - separate export and fetch follows logic
This commit is contained in:
parent
a3a9949a21
commit
3128417176
3 changed files with 16 additions and 7 deletions
|
@ -238,9 +238,8 @@ const UserSettings = {
|
|||
exportFollows () {
|
||||
this.enableFollowsExport = false
|
||||
this.$store.state.api.backendInteractor
|
||||
.fetchFriends({
|
||||
id: this.$store.state.users.currentUser.id,
|
||||
isExport: true
|
||||
.exportFriends({
|
||||
id: this.$store.state.users.currentUser.id
|
||||
})
|
||||
.then((friendList) => {
|
||||
this.exportPeople(friendList, 'friends.csv')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue