Skip to content
Snippets Groups Projects
Commit 004ace39 authored by syuilo's avatar syuilo
Browse files

さがすのローカルユーザー(ピンどめ)が無限に生成される問題を修正

parent 9ae2e87a
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
- リスト管理の画面でリストが無限に読み込まれる問題を修正
- 自分のクリップが無限に読み込まれる問題を修正
- チャンネルのお気に入りが無限に読み込まれる問題を修正
- さがすのローカルユーザー(ピンどめ)が無限に生成される問題を修正
### Server
- 通知読み込みでエラーが発生する場合がある問題を修正
......
......@@ -88,7 +88,7 @@ const tagUsers = $computed(() => ({
},
}));
const pinnedUsers = { endpoint: 'pinned-users' };
const pinnedUsers = { endpoint: 'pinned-users', noPaging: true };
const popularUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
state: 'alive',
origin: 'local',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment