mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-21 09:43:17 +00:00
Force modern emoji experimental to be dev mode only (#35505)
This commit is contained in:
parent
6fc77a545b
commit
dfaca794bf
6 changed files with 26 additions and 19 deletions
|
|
@ -142,12 +142,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue