Update MkReactionsViewer.reaction.vue
This commit is contained in:
parent
f1903b26a5
commit
184d893377
|
|
@ -96,7 +96,7 @@ useTooltip(buttonEl, async (showing) => {
|
|||
const reactions = await os.apiGet('notes/reactions', {
|
||||
noteId: props.note.id,
|
||||
type: props.reaction,
|
||||
limit: 11,
|
||||
limit: 10,
|
||||
_cacheKey_: props.count,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue