feat: ignore Link pagination for Mastodon timeline
This commit is contained in:
@@ -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
Reference in New Issue
Block a user