mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
Unlimit parties (#8653)
* fix(party): unlimit parties to address premature feature release * fix(test): pend irrelevant test
This commit is contained in:
@@ -14,4 +14,4 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
|
||||
|
||||
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination
|
||||
|
||||
export const PARTY_LIMIT_MEMBERS = 30;
|
||||
export const PARTY_LIMIT_MEMBERS = 1000;
|
||||
|
||||
Reference in New Issue
Block a user