mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 15:03:12 +01:00
fix: derp
This commit is contained in:
@@ -37,8 +37,6 @@ Crossposts.get = async function (tid) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Crossposts.add = async function (tid, cid, uid) {
|
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!
|
* NOTE: If uid is 0, the assumption is that it is a "system" crosspost, not a guest!
|
||||||
* (Normally guest uid is 0)
|
* (Normally guest uid is 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user