Files
twenty/packages/twenty-server
Raphaël Bosi 42ea02329a Fix thread pagination (#10485)
Fixes https://github.com/twentyhq/twenty/issues/10308.

The issue came from the fact that the pagination inside the
`findAndCount` wasn't working properly. The limit was applied on the
joint table. Adding a `groupBy` fixes this, but since it isn't available
on the `findAndCount` I had to modify the query using the query builder.
2025-02-25 17:44:42 +01:00
..
2024-09-18 17:35:08 +02:00
2025-02-25 17:44:42 +01:00
2024-09-20 11:02:52 +02:00