Make including followers in response a parameter
This commit is contained in:
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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue