mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
Squashed commit of the following:
commit 474fa530a0392ff6e7461eaff64c81a67b5e4eff Author: SabreCat <sabe@habitica.com> Date: Fri Aug 18 21:44:09 2023 -0500 fix(challenges): filter out groups without perms
This commit is contained in:
@@ -321,7 +321,7 @@ api.getGroups = {
|
||||
throw new BadRequest(apiError('guildsOnlyPaginate'));
|
||||
}
|
||||
|
||||
const groupFields = basicGroupFields.concat(' description memberCount balance');
|
||||
const groupFields = basicGroupFields.concat(' description memberCount balance leaderOnly');
|
||||
const sort = '-memberCount';
|
||||
|
||||
const filters = {};
|
||||
|
||||
Reference in New Issue
Block a user