Sam 4437aced91
FIX: use relations for new_in_category (#30313)
`new_in_category` was using `first` instead of `limit`

This meant it gets an array and that means that you can not operate on it easily in a modifier.

This ensures we always give the modifier a relation, with the notable exception of suggested topics.
2024-12-17 16:39:07 +11:00
..
2024-08-12 10:41:13 +02:00
2024-07-30 14:19:01 +08:00
2024-11-28 11:06:19 +08:00