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
No known key found for this signature in database
GPG key ID: 4AE9075DE407DCDA
3 changed files with 6 additions and 2 deletions

View file

@ -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,
};