mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
[Glitch] Profile redesign: Fix follower/following pagination
Port 87dc8f9036 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -29,7 +29,7 @@ export const selectUserListWithoutMe = createAppSelector(
|
||||
.filter((id) => id !== currentAccountId)
|
||||
.toArray(),
|
||||
isLoading: !!list.get('isLoading', true),
|
||||
hasMore: !!list.get('hasMore', false),
|
||||
hasMore: !!list.get('next'),
|
||||
};
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user