1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-15 01:05:42 +02:00

fix: user-tagページでユーザーが重複して読み込まれるのを修正 (#17163)

* fix: user-tagをページネーションに対応させる

* update changelog
This commit is contained in:
かっこかり
2026-02-15 11:50:23 +09:00
committed by GitHub
parent a22b82c414
commit af40eb4d31
4 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ const props = defineProps<{
const paginator = markRaw(new Paginator('hashtags/users', {
limit: 30,
offsetMode: true,
computedParams: computed(() => ({
tag: props.tag,
origin: 'combined',