implement more reliable check for whether a channel on the server is new

This commit is contained in:
ansuz
2017-12-22 16:24:17 +01:00
parent b6430d640e
commit 869909b101
5 changed files with 64 additions and 7 deletions

View File

@@ -160,8 +160,13 @@ define([
case 'DRIVE_USEROBJECT': {
Store.userObjectCommand(data, cb); break;
}
case 'IS_NEW_CHANNEL': {
Store.isNewChannel(data, cb); break;
}
default: {
console.error("UNHANDLED_STORE_RPC");
break;
}
}