Fix another mistake with infinite user list for following

th-downstream
Eugen Rochko 8 years ago
parent e3556ed56d
commit 2a3ec3d5a3

@ -413,11 +413,12 @@ export function fetchFollowingRequest(id) {
}; };
}; };
export function fetchFollowingSuccess(id, accounts) { export function fetchFollowingSuccess(id, accounts, next) {
return { return {
type: FOLLOWING_FETCH_SUCCESS, type: FOLLOWING_FETCH_SUCCESS,
id, id,
accounts accounts,
next
}; };
}; };

Loading…
Cancel
Save