Content deleted Content added
fetch more contributions when searching for talk pages if the page is reloaded |
fetch more contributions when searching for talk pages |
||
Line 297:
async function getUserTalkPages(ip) {
const reloaded = performance.getEntriesByType('navigation')[0]?.type === 'reload';
const url = `/wiki/Special:Contributions/${ip}?limit=${reloaded ?
const userTalk = new Set();
const abortController = new AbortController();
|