Leave emoji packs disabled in master branch for now.

This ensures a build doesn't get accidentally produced with it enabled.
This commit is contained in:
Mark Felder 2020-03-31 11:59:48 -05:00
parent 2d30331fdf
commit 54e32f7ad6
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
BASE_API: '"https://api-prod"',
DISABLED_FEATURES: '[""]',
DISABLED_FEATURES: '["emoji-packs"]',
ASSETS_PUBLIC_PATH: '/pleroma/admin/'
}