fix: derp

This commit is contained in:
Julian Lam
2026-01-12 15:42:33 -05:00
parent a4c470ffa9
commit bcc204fa93

View File

@@ -37,8 +37,6 @@ Crossposts.get = async function (tid) {
};
Crossposts.add = async function (tid, cid, uid) {
console.log('ADD WAS CALLED!!', tid, cid, uid);
return;
/**
* NOTE: If uid is 0, the assumption is that it is a "system" crosspost, not a guest!
* (Normally guest uid is 0)