Proper chronological feed
This commit is contained in:
parent
04de4c1841
commit
d92f6f6514
2 changed files with 5 additions and 5 deletions
|
@ -15,10 +15,10 @@ export class Config {
|
|||
static readonly FRONTEND_URL: string = "https://deer.social";
|
||||
|
||||
/**
|
||||
* Maximum number of posts to fetch from the PDS per user
|
||||
* @default 10
|
||||
* Maximum number of posts to show in the feed (across all users)
|
||||
* @default 100
|
||||
*/
|
||||
static readonly MAX_POSTS_PER_USER: number = 22;
|
||||
static readonly MAX_POSTS: number = 100;
|
||||
|
||||
/**
|
||||
* Footer text for the dashboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue