Fix group order

Closes #1164

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-27 18:01:26 +02:00
parent 8761556bac
commit 0bc48560e8
3 changed files with 81 additions and 56 deletions

View File

@@ -428,7 +428,6 @@ export const FETCH_GROUP_EVENTS = gql`
$organisedEventsLimit: Int
) {
group(preferredUsername: $name) {
...ActorFragment
organizedEvents(
afterDatetime: $afterDateTime
beforeDatetime: $beforeDateTime
@@ -465,6 +464,7 @@ export const FETCH_GROUP_EVENTS = gql`
}
total
}
...ActorFragment
}
}
${EVENT_OPTIONS_FRAGMENT}