better config handling
This commit is contained in:
parent
04650464f3
commit
2e39106c4b
@ -17,9 +17,7 @@ export const meta = {
|
||||
};
|
||||
|
||||
export default (params: any, me: ILocalUser) => new Promise(async (res, rej) => {
|
||||
var external = config.user_recommendation.external
|
||||
|
||||
if (external) {
|
||||
if (config.user_recommendation && config.user_recommendation.external) {
|
||||
var userName = me.username
|
||||
var hostName = config.hostname
|
||||
var limit = params.limit
|
||||
|
Loading…
Reference in New Issue
Block a user