label code that will need to change for editable metadata

This commit is contained in:
ansuz
2019-06-25 13:43:15 +02:00
parent 60673103ad
commit 46cd796db5
3 changed files with 14 additions and 10 deletions

2
rpc.js
View File

@@ -1722,7 +1722,7 @@ RPC.create = function (
respond(e, [null, size, null]);
});
case 'GET_METADATA':
return void getMetadata(Env, msg[1], function (e, data) {
return void getMetadata(Env, msg[1], function (e, data) { // FIXME METADATA
WARN(e, msg[1]);
respond(e, [null, data, null]);
});