mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 13:29:22 +00:00
Fix friends list order
This commit is contained in:
parent
e9bd11e61f
commit
cf99c719bb
@ -35,7 +35,8 @@ export class FriendsHelper {
|
||||
"f.actif",
|
||||
"f.abonnement",
|
||||
"f.autoriser_post_page"
|
||||
]
|
||||
],
|
||||
order: "u.last_activity DESC"
|
||||
});
|
||||
|
||||
return results.map((r) => this.DbToFriend(r));
|
||||
|
Loading…
Reference in New Issue
Block a user