Fixes missing session (due to user being offline) or session status invisible being ignored when sorting members
Fixes sort order to properly sort 1. by status, 2. by role position, 3. by username
Removes TODO comment about typeorm .find() queries supporting ordering. This is supported now, however it's not possible to add custom select statements which would require the application to handle the ordering instead of the DB, which would require the limit in the query to be removed which wastes bandwidth.
invisible
being ignored when sorting members.find()
queries supporting ordering. This is supported now, however it's not possible to add custom select statements which would require the application to handle the ordering instead of the DB, which would require the limit in the query to be removed which wastes bandwidth.