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

View file

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