mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 11:17:29 +02:00
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts: src/database.js
This commit is contained in:
@@ -141,4 +141,4 @@ module.exports = function(User) {
|
||||
});
|
||||
});
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -65,4 +65,4 @@ module.exports = function(User) {
|
||||
db.isSetMember('following:' + uid, theirid, callback);
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -180,4 +180,4 @@ var async = require('async'),
|
||||
});
|
||||
};
|
||||
|
||||
}(exports));
|
||||
}(exports));
|
||||
|
||||
@@ -253,4 +253,4 @@ module.exports = function(User) {
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -89,4 +89,4 @@ var async = require('async'),
|
||||
});
|
||||
};
|
||||
|
||||
}(exports));
|
||||
}(exports));
|
||||
|
||||
@@ -41,4 +41,3 @@ module.exports = function(User) {
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -52,4 +52,4 @@ module.exports = function(User) {
|
||||
language: data.language || meta.config.defaultLang
|
||||
}, callback);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user