fix(standardization): apply safe sort padding across all remaining modules
- Hardened 'JournalEntry' and 'Sponsorship' object processors to handle null sort values. - Disabled aggressive pre-loading of archive content in main archives list to improve performance.
This commit is contained in:
@@ -40,7 +40,7 @@ export async function load({ fetch, params, parent }) {
|
||||
api_cfg: ae_acct.api,
|
||||
for_obj_type: 'account',
|
||||
for_obj_id: account_id,
|
||||
inc_content_li: true,
|
||||
inc_content_li: false,
|
||||
enabled: 'enabled',
|
||||
hidden: 'not_hidden',
|
||||
limit: 29,
|
||||
|
||||
Reference in New Issue
Block a user