mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
Add typed pagination for discussion comments
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
13763ba7f9
commit
9537221124
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const possibleTypes = types.reduce((acc, type) => {
|
|||
export const typePolicies: TypePolicies = {
|
||||
Discussion: {
|
||||
fields: {
|
||||
comments: paginatedLimitPagination(),
|
||||
comments: paginatedLimitPagination<IComment>(),
|
||||
},
|
||||
},
|
||||
Group: {
|
||||
|
|
Loading…
Reference in a new issue