mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
							parent
							
								
									b21064ffa4
								
							
						
					
					
						commit
						6670c72f8b
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -20,11 +20,8 @@ export function useNoteCapture(props: {
 | 
			
		|||
			case 'reacted': {
 | 
			
		||||
				const reaction = body.reaction;
 | 
			
		||||
 | 
			
		||||
				if (body.emoji) {
 | 
			
		||||
					const emojis = note.value.emojis || [];
 | 
			
		||||
					if (!emojis.includes(body.emoji)) {
 | 
			
		||||
						note.value.emojis = [...emojis, body.emoji];
 | 
			
		||||
					}
 | 
			
		||||
				if (body.emoji && !(body.emoji.name in note.value.reactionEmojis)) {
 | 
			
		||||
					note.value.reactionEmojis[body.emoji.name] = body.emoji.url;
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				// TODO: reactionsプロパティがない場合ってあったっけ? なければ || {} は消せる
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue