mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-24 19:22:41 +00:00
Emoji Rendering (#35424)
This commit is contained in:
parent
0af2c4829f
commit
760d00b7f7
25 changed files with 1064 additions and 70 deletions
|
|
@ -45,6 +45,7 @@
|
|||
* @property {string} sso_redirect
|
||||
* @property {string} status_page_url
|
||||
* @property {boolean} terms_of_service_enabled
|
||||
* @property {string?} emoji_style
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
@ -95,6 +96,7 @@ export const disableHoverCards = getMeta('disable_hover_cards');
|
|||
export const disabledAccountId = getMeta('disabled_account_id');
|
||||
export const displayMedia = getMeta('display_media');
|
||||
export const domain = getMeta('domain');
|
||||
export const emojiStyle = getMeta('emoji_style') || 'auto';
|
||||
export const expandSpoilers = getMeta('expand_spoilers');
|
||||
export const forceSingleColumn = !getMeta('advanced_layout');
|
||||
export const limitedFederationMode = getMeta('limited_federation_mode');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue