1
0

Make including followers in response a parameter

This commit is contained in:
PrivateGER
2024-10-07 16:23:24 +02:00
parent bfd812720e
commit 1c3495ef59
3 changed files with 6 additions and 2 deletions
@@ -220,6 +220,7 @@ const followingPagination = {
limit: 10,
params: {
host: props.host,
includeFollower: true,
},
offsetMode: false,
};
@@ -229,6 +230,7 @@ const followersPagination = {
limit: 10,
params: {
host: props.host,
includeFollower: true,
},
offsetMode: false,
};