1
0
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:
Pierre HUBERT 2019-12-31 09:56:25 +01:00
parent e9bd11e61f
commit cf99c719bb

View File

@ -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));