This commit is contained in:
dervperson 2025-01-31 21:14:20 -05:00
parent 1b87b278de
commit 541d4bf47f

View file

@ -202,7 +202,7 @@ async function siteCollector(user, path, site, useLimit) {
if (!following || !followers) continue; if (!following || !followers) continue;
try { try {
let o = new URL(new URL(uf).origin); let o = new URL(new URL(uf).origin).toString();
if (followers.indexOf(o) == -1) { if (followers.indexOf(o) == -1) {
followers.push(o) followers.push(o)