feat: ignore Link pagination for Mastodon timeline

This commit is contained in:
2025-07-16 23:41:23 +04:00
parent 392a0d9d2f
commit 211ecf6bb6
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ window.addEventListener("load", () => {
btnReload: "<?php echo MASTODON_BTN_RELOAD; ?>",
maxNbPostFetch: '<?php echo MASTODON_MAX_POST_FETCH; ?>',
maxNbPostShow: '<?php echo MASTODON_MAX_POST_SHOW; ?>',
defaultTheme: 'dark'
defaultTheme: 'dark',
ignorePaginationLink: true // Ignorer l'en-tête Link pour les versions Mastodon v4+
});
});
File diff suppressed because one or more lines are too long