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

@@ -22,6 +22,7 @@ import {
TAVERN_ID,
MAX_MESSAGE_LENGTH,
MAX_GIFT_MESSAGE_LENGTH,
OFFICIAL_PLATFORMS,
} from './constants';
import content from './content/index';
import * as count from './count';
@@ -124,6 +125,7 @@ api.constants = {
MAX_MESSAGE_LENGTH,
MAX_GIFT_MESSAGE_LENGTH,
MAX_LEVEL_HARD_CAP,
OFFICIAL_PLATFORMS,
};
// TODO Move these under api.constants
api.maxLevel = MAX_LEVEL;