···6 * The base URL of the PDS (Personal Data Server)
7 * @default "https://pds.witchcraft.systems"
8 */
9- static readonly PDS_URL: string = "https://pds.witchcraft.systems";
1011 /**
12 * The base URL of the frontend service for linking to replies
13 * @default "https://deer.social"
14 */
15 static readonly FRONTEND_URL: string = "https://deer.social";
00000016}
···6 * The base URL of the PDS (Personal Data Server)
7 * @default "https://pds.witchcraft.systems"
8 */
9+ static readonly PDS_URL: string = "https://ap.brid.gy";
1011 /**
12 * The base URL of the frontend service for linking to replies
13 * @default "https://deer.social"
14 */
15 static readonly FRONTEND_URL: string = "https://deer.social";
16+17+ /**
18+ * Maximum number of posts to fetch from the PDS per user
19+ * @default 10
20+ */
21+ static readonly MAX_POSTS_PER_USER: number = 1;
22}