tests v0.9.3.2
lartsch 2022-12-10 08:11:05 -05:00
rodzic a9294381cc
commit 7125cd13af
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,7 @@ var browser, chrome, lasthomerequest, fedireply
// this will store already processed elements to compare prior to processing and will reset as soon as the site context changes
var processed = []
// =-=-=-=-==-=-=-=-==-=-=-=-=-
// =-=-=-=-=-= UTILS =-==-=-=-=
// =-=-=-=-==-=-=-=-==-=-=-=-=-
@ -332,6 +333,7 @@ function resolveTootToExternalHome(tooturl) {
}
}
// =-=-=-=-==-=-=-=-==-=-=-=-==-=-=-=
// =-=-=-=-= SITE PROCESSING =-==-=-=
// =-=-=-=-==-=-=-=-==-=-=-=-==-=-=-=
@ -888,6 +890,7 @@ async function processFollow() {
}, allFollowPaths)
}
// =-=-=-=-==-=-=-=-==-=-=-=-==-=-=-=
// =-=-=-=-=-= SETUP / RUN =-==-=-=-=
// =-=-=-=-==-=-=-=-==-=-=-=-==-=-=-=