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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user