This commit is contained in:
Barış Soner Uşaklı
2024-06-10 19:27:03 -04:00
parent 89465ec604
commit 634e9b03f1

View File

@@ -58,7 +58,7 @@ ActivityPub.startJobs = () => {
} catch (err) {
winston.error(err.stack);
}
},, null, true, null, null, false); // change last argument to true for debugging
}, null, true, null, null, false); // change last argument to true for debugging
};
ActivityPub.resolveId = async (uid, id) => {