mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-21 06:08:12 +00:00
Remove rendering of custom emoji using the database (#37284)
This commit is contained in:
@@ -128,8 +128,8 @@ export function customEmojiFactory(
|
||||
): CustomEmojiData {
|
||||
return {
|
||||
shortcode: 'custom',
|
||||
static_url: 'emoji/custom/static',
|
||||
url: 'emoji/custom',
|
||||
static_url: '/custom-emoji/logo.svg',
|
||||
url: '/custom-emoji/logo.svg',
|
||||
visible_in_picker: true,
|
||||
...data,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user