[Bug] "Social > Friend List" is capped at 500 entries #59

Closed
opened 2026-04-05 16:15:52 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Harry-Jing on 2/26/2026

Description

In Social > Friend List, the list/pagination appears to be capped at 500 entries.

I have 600+ friends, but I can only view the first 500 in the UI, so I cannot fully review my friend list. I also could not find a clear setting in the UI to increase this limit.

Steps to Reproduce

  1. Use an account with more than 500 friends.
  2. Open Social > Friend List.
  3. Check the pagination (Rows per page = 50 or 500).

Actual Behavior

  • With 50 rows per page, pagination stops at page 10 (500 total).
  • With 500 rows per page, only page 1 is available.
  • Friends beyond the first 500 cannot be viewed.

Expected Behavior

The Friend List should allow viewing all friends (including 500+), and pagination should reflect the real total count.

Possible Cause (code)

FriendList.vue appears to clamp pagination total to vrcxStore.maxTableSize (default seems to be 500), which may be incorrectly limiting the Friend List paginator.

*Originally created by @Harry-Jing on 2/26/2026* ### Description In `Social > Friend List`, the list/pagination appears to be capped at **500 entries**. I have **600+ friends**, but I can only view the first 500 in the UI, so I cannot fully review my friend list. I also could not find a clear setting in the UI to increase this limit. ### Steps to Reproduce 1. Use an account with more than 500 friends. 2. Open `Social > Friend List`. 3. Check the pagination (`Rows per page` = 50 or 500). ### Actual Behavior - With `50 rows per page`, pagination stops at page 10 (500 total). - With `500 rows per page`, only page 1 is available. - Friends beyond the first 500 cannot be viewed. ### Expected Behavior The Friend List should allow viewing all friends (including 500+), and pagination should reflect the real total count. ### Possible Cause (code) `FriendList.vue` appears to clamp pagination total to `vrcxStore.maxTableSize` (default seems to be 500), which may be incorrectly limiting the Friend List paginator.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#59