Merge branch 'develop' into emoji-re
This commit is contained in:
commit
605b0f27e4
55 changed files with 824 additions and 757 deletions
|
@ -33,7 +33,7 @@ const url = computed(() => {
|
|||
return char2path(char.value);
|
||||
} else if (props.host == null && !customEmojiName.value.includes('@')) {
|
||||
const found = customEmojis.value.find(x => x.name === customEmojiName.value);
|
||||
return found ? found.url : null;
|
||||
return found ? defaultStore.state.disableShowingAnimatedImages ? getStaticImageUrl(found.url) : found.url : null;
|
||||
} else {
|
||||
const rawUrl = props.host ? `/emoji/${customEmojiName.value}@${props.host}.webp` : `/emoji/${customEmojiName.value}.webp`;
|
||||
return defaultStore.state.disableShowingAnimatedImages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue