mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	
							parent
							
								
									ccb22539e1
								
							
						
					
					
						commit
						aa339be2ab
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -31,11 +31,11 @@ const useOsNativeEmojis = computed(() => defaultStore.state.emojiStyle === 'nati
 | 
			
		|||
const url = computed(() => {
 | 
			
		||||
	if (char.value) {
 | 
			
		||||
		return char2path(char.value);
 | 
			
		||||
	} else if (props.host == null) {
 | 
			
		||||
	} else if (props.host == null && !customEmojiName.includes('@')) {
 | 
			
		||||
		const found = customEmojis.find(x => x.name === customEmojiName);
 | 
			
		||||
		return found ? found.url : null;
 | 
			
		||||
	} else {
 | 
			
		||||
		const rawUrl = `/emoji/${customEmojiName}@${props.host}.webp`;
 | 
			
		||||
		const rawUrl = props.host ? `/emoji/${customEmojiName}@${props.host}.webp` : `/emoji/${customEmojiName}.webp`;
 | 
			
		||||
		return defaultStore.state.disableShowingAnimatedImages
 | 
			
		||||
			? getStaticImageUrl(rawUrl)
 | 
			
		||||
			: rawUrl;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue