fix(api): address issues caused by 3p tools

and flag accounts that use them
This commit is contained in:
SabreCat
2023-04-18 15:43:35 -05:00
parent c8adf20804
commit 86efb02358
5 changed files with 30 additions and 14 deletions

View File

@@ -25,6 +25,8 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
{ key: 'apple', name: 'Apple' },
];
export const OFFICIAL_PLATFORMS = ['habitica-web', 'habitica-ios', 'habitica-android'];
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination
export const PARTY_LIMIT_MEMBERS = 29;