paginate-follow-requests #277

Merged
floatingghost merged 4 commits from paginate-follow-requests into develop 2023-02-04 21:09:10 +00:00
Showing only changes of commit fff0810f02 - Show all commits

View file

@ -1608,7 +1608,7 @@ const getFollowRequests = ({ credentials, pagination: savedPagination }) => {
}).then((data) => {
return {
pagination,
data
data: data.map(parseUser)
}
});
}