[Glitch] Force modern emoji experimental to be dev mode only

Port dfaca794bf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2025-07-24 16:55:00 +02:00
committed by Claire
parent 3f980d6751
commit ad0f2c5e02
6 changed files with 26 additions and 23 deletions

View File

@@ -168,12 +168,4 @@ export function getAccessToken() {
return getMeta('access_token');
}
/**
* @param {string} feature
* @returns {boolean}
*/
export function isFeatureEnabled(feature) {
return initialState?.features?.includes(feature) || false;
}
export default initialState;