Skip to content
Extraits de code Groupes Projets
Valider bcfa49ae rédigé par Eugen Rochko's avatar Eugen Rochko
Parcourir les fichiers

Fix another mistake with infinite user list for following

parent 4286d49a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -413,11 +413,12 @@ export function fetchFollowingRequest(id) { ...@@ -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
}; };
}; };
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter