pagination for follow/follower lists

This commit is contained in:
Kyle Drake 2024-08-26 22:41:23 -05:00
parent a67588a1c0
commit 2625e1328a
5 changed files with 21 additions and 9 deletions

View file

@ -87,6 +87,8 @@ class Site < Sequel::Model
BROWSE_FOLLOWER_UPDATED_AT_CUTOFF = 9.months
BROWSE_FOLLOWER_MINIMUM_FOLLOWS = 0
FOLLOW_PAGINATION_LIMIT = 100
SCREENSHOT_DELAY_SECONDS = 30
SCREENSHOT_RESOLUTIONS = ['540x405', '210x158', '100x100', '50x50']
THUMBNAIL_RESOLUTIONS = ['210x158']