Reputation list sorting after import of users
-
What could be a problem, if sorting by reputation is wrong?
I have issue with sorting on page/users/sort-reputation
, my user base is a result of import.I set imported reputation value via
User.setUserFields
after successfulUser.create
-
@nhl-pl sort of
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub (github.com)
-
@Nicolas The reputation placed not only in users objects, but in an additional "separate table" also.
/users/sort-reputation
controller uses that "table".
https://github.com/NodeBB/NodeBB/blob/master/src/controllers/users.js#L54
Copyright © 2024 NodeBB | Contributors