disable IS_PAD_PINNED
This commit is contained in:
@@ -546,6 +546,7 @@ const deferResponse = function (Env, channel, cb) {
|
||||
};
|
||||
|
||||
Pinning.isChannelPinned = function (Env, channel, cb) {
|
||||
return void cb(void 0, true); // XXX
|
||||
// if the pins are fully loaded then you can answer yes/no definitively
|
||||
if (Env.pinsLoaded) {
|
||||
return void cb(void 0, !isEmpty(Env.pinnedPads[channel]));
|
||||
|
||||
Reference in New Issue
Block a user