11以上されているリアクションにおいてツールチップで示されるリアクション数が本来よりも1多い問題を修正 (#12219)

* Update MkReactionsViewer.reaction.vue

* Update CHANGELOG.md

* Update MkReactionsViewer.details.vue

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
Srgr0
2023-11-03 17:55:39 +09:00
committed by GitHub
parent c31d2e2563
commit 8ddbe91462
3 changed files with 3 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ if (!mock) {
const reactions = await os.apiGet('notes/reactions', {
noteId: props.note.id,
type: props.reaction,
limit: 11,
limit: 10,
_cacheKey_: props.count,
});