Remove rendering of custom emoji using the database (#37284)

This commit is contained in:
Echo
2025-12-17 15:40:34 +01:00
committed by GitHub
parent 71af094f97
commit dbc5af6641
5 changed files with 41 additions and 65 deletions

View File

@@ -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,
};