mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
4e5756e3ae
The `/u` route was broken when there were no directory columns because its order parameter relied on the first column's name. This commit adds a `likes_received` as the default order when there are no columns, which results in a list of users being output without any additional columns. For this very edge case, that's better than a JS error.