mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-25 23:09: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.actif",
|
||||||
"f.abonnement",
|
"f.abonnement",
|
||||||
"f.autoriser_post_page"
|
"f.autoriser_post_page"
|
||||||
]
|
],
|
||||||
|
order: "u.last_activity DESC"
|
||||||
});
|
});
|
||||||
|
|
||||||
return results.map((r) => this.DbToFriend(r));
|
return results.map((r) => this.DbToFriend(r));
|
||||||
|
Loading…
Reference in New Issue
Block a user