Update MkReactionsViewer.reaction.vue

This commit is contained in:
Srgr0 2023-11-02 20:13:44 +09:00 committed by GitHub
parent f1903b26a5
commit 184d893377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});