Skip to content

Commit

Permalink
fix(client): noPaging: true with gallery/featured
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Apr 11, 2023
1 parent 5cabbd0 commit 35613fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- iPhoneで絵文字ピッカーの表示が崩れる問題を修正
- iPhoneでウィジェットドロワーの「ウィジェットを編集」が押しにくい問題を修正
- 投稿フォームのデザインを調整
- ギャラリーの人気の投稿が無限にページングされる問題を修正

### Server
- channels/search Endpoint APIの追加
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/gallery/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const recentPostsPagination = {
};
const popularPostsPagination = {
endpoint: 'gallery/featured' as const,
limit: 5,
noPaging: true,
};
const myPostsPagination = {
endpoint: 'i/gallery/posts' as const,
Expand Down

0 comments on commit 35613fd

Please sign in to comment.