perf: allow get for notes/reactions
This commit is contained in:
		
							parent
							
								
									a1cbffd14f
								
							
						
					
					
						commit
						972b03f842
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -70,10 +70,11 @@ onMounted(() => { | |||
| }); | ||||
| 
 | ||||
| useTooltip(buttonRef, async (showing) => { | ||||
| 	const reactions = await os.api('notes/reactions', { | ||||
| 	const reactions = await os.apiGet('notes/reactions', { | ||||
| 		noteId: props.note.id, | ||||
| 		type: props.reaction, | ||||
| 		limit: 11, | ||||
| 		_cacheKey_: props.count, | ||||
| 	}); | ||||
| 
 | ||||
| 	const users = reactions.map(x => x.user); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue