mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
closes #175
This commit is contained in:
@@ -24,7 +24,7 @@ var user = require('./../user.js'),
|
|||||||
clientConfig[attrname] = metaConfig[attrname];
|
clientConfig[attrname] = metaConfig[attrname];
|
||||||
}
|
}
|
||||||
|
|
||||||
clientConfig['imgurClientIDSet'] = clientConfig['imgurClientID'] !== '';
|
clientConfig['imgurClientIDSet'] = !!clientConfig['imgurClientID'];
|
||||||
delete clientConfig['imgurClientID'];
|
delete clientConfig['imgurClientID'];
|
||||||
|
|
||||||
res.json(200, clientConfig);
|
res.json(200, clientConfig);
|
||||||
|
|||||||
Reference in New Issue
Block a user