start reviewing and removing XXX notes

This commit is contained in:
ansuz
2020-03-24 13:03:49 -04:00
parent 64596b8097
commit 90899aa2f4
3 changed files with 4 additions and 9 deletions

View File

@@ -547,8 +547,9 @@ const deferResponse = function (Env, channel, cb) {
};
*/
// FIXME this will be removed from the client
Pinning.isChannelPinned = function (Env, channel, cb) {
return void cb(void 0, true); // XXX
return void cb(void 0, true);
/*
// if the pins are fully loaded then you can answer yes/no definitively
if (Env.pinsLoaded) {